io.github.Liplus-Project/github-webhook-mcp
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_URLURL of your deployed Cloudflare Worker endpoint (default: https://github-webhook.smgjp.com)
WEBHOOK_CHANNELSet 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
ai.smithery/Hint-Services-obsidian-github-mcp
ai.smithery/Hint-Services-obsidian-github-mcp
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
ai.smithery/saidsef-mcp-github-pr-issue-analyser
ai.smithery/saidsef-mcp-github-pr-issue-analyser
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
ai.smithery/smithery-ai-github
ai.smithery/smithery-ai-github
Access the GitHub API, enabling file operations, repository management, search functionality, and…