httpbin mcp for Zed
io.github.mrfentmen/httpbin-mcp
HTTP request testing from HTTPBin. No key required.
client:Zed
transport:stdio
runtime:npm
Install httpbin mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"httpbin-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/httpbin-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs