Serversio.github.Liplus-Project/github-webhook-mcp
M

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

io.github.Liplus-Project/github-webhook-mcp · v0.8.2
▦ npm
v0.8.2npm npm: github-webhook-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Liplus-Project/github-webhook-mcp",
  "description": "MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming",
  "repository": {
    "url": "https://github.com/Liplus-Project/github-webhook-mcp",
    "source": "github",
    "id": "1175626622",
    "subfolder": "mcp-server"
  },
  "version": "0.8.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "github-webhook-mcp",
      "version": "0.8.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your deployed Cloudflare Worker endpoint (default: https://github-webhook.smgjp.com)",
          "name": "WEBHOOK_WORKER_URL"
        },
        {
          "description": "Set to '0' to disable SSE channel notifications (default: enabled)",
          "name": "WEBHOOK_CHANNEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}