github webhook mcp for Zed
io.github.liplus-project/github-webhook-mcp
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
client:Zed
transport:stdio
runtime:npm
Install github webhook mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"github-webhook-mcp": {
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<WEBHOOK_CHANNEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs