Connection check
local install
github-webhook-mcp
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
Tools
5
GitHub stars
—
Installs / wk
145
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
5 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
get_event
from source
Get the full payload for a single webhook event by ID. Get the full payload for a single webhook event by ID.
get_pending_status
from source
Get a lightweight snapshot of pending GitHub webhook events. Use this for periodic polling before requesting details. Get a lightweight snapshot of pending GitHub webhook events. Use this for periodic polling before requesting details.
get_webhook_events
from source
Get pending (unprocessed) GitHub webhook events with full payloads. Prefer get_pending_status or list_pending_events for polling. Get pending (unprocessed) GitHub webhook events with full payloads. Prefer get_pending_status or list_pending_events for polling.
list_pending_events
from source
List lightweight summaries for pending GitHub webhook events. Returns metadata only, without full payloads. List lightweight summaries for pending GitHub webhook events. Returns metadata only, without full payloads.
mark_processed
from source