bus mcp for Windsurf
io.github.jaimenbell/bus-mcp
MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.
client:Windsurf
transport:stdio
runtime:pypi
Install bus mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"bus-mcp": {
"command": "uvx",
"args": [
"bus-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs