github webhook mcp for Cursor
io.github.liplus-project/github-webhook-mcp
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
client:Cursor
transport:stdio
runtime:npm
Install github webhook mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"github-webhook-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<WEBHOOK_CHANNEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs