bus mcp for Zed
io.github.jaimenbell/bus-mcp
MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.
client:Zed
transport:stdio
runtime:pypi
Install bus mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bus-mcp": {
"command": "uvx",
"args": [
"bus-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs