Odel
github webhook mcp

github webhook mcp

Local
@liplus-projectTypeScriptApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgithub-webhook-mcpv0.8.2

Run

npx -y github-webhook-mcp

MCP client config

{
  "mcpServers": {
    "github-webhook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github-webhook-mcp"
      ]
    }
  }
}