Github Webhook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from npm. Last commit 6 Aug 2026.
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(command, args, options);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add github-webhook-mcp -- npx -y github-webhook-mcp
{
"mcpServers": {
"github-webhook-mcp": {
"args": [
"-y",
"github-webhook-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.github-webhook-mcp]
command = "npx"
args = ["-y", "github-webhook-mcp"]
{
"mcpServers": {
"github-webhook-mcp": {
"args": [
"-y",
"github-webhook-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"github-webhook-mcp": {
"args": [
"-y",
"github-webhook-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
WEBHOOK_WORKER_URL (URL of your deployed Cloudflare Worker endpoint (default: https://github-webhook.smgjp.com)), WEBHOOK_CHANNEL (Set to '0' to disable SSE channel notifications (default: enabled)).
The author declared them in the registry entry; get the values from the project itself.
Cloudflare Workers MCP server: code-explainer
MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks
Cloudflare Workers MCP server: code-pattern-risk-scanner
MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime
MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.
MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback
Answers built from our own checks of this server.