Webhook.site MCP Server for Zed
io.github.zebbern/webhook-mcp-server
Capture HTTP, email, and DNS callbacks with webhook.site from MCP clients.
client:Zed
transport:stdio
runtime:pypi
Install Webhook.site MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"webhook-mcp-server": {
"command": "uvx",
"args": [
"webhook-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs