Switchboard for Windsurf
io.github.jemplayer82/mcp-switchboard
Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence.
client:Windsurf
transport:stdio
runtime:oci
Install Switchboard in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-switchboard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jemplayer82/mcp-switchboard:latest"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs