← Index

io.github.Liplus-Project/github-webhook-mcp

io.github.Liplus-Project/github-webhook-mcp·v0.8.2·Git & Code Hosting
Quality Score
80
/100

MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "github-webhook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github-webhook-mcp"
      ],
      "env": {
        "WEBHOOK_WORKER_URL": "<webhook_worker_url>",
        "WEBHOOK_CHANNEL": "<webhook_channel>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "github-webhook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github-webhook-mcp"
      ],
      "env": {
        "WEBHOOK_WORKER_URL": "<webhook_worker_url>",
        "WEBHOOK_CHANNEL": "<webhook_channel>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y github-webhook-mcp
§02  Environment variables
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)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Git & Code Hosting