Switchboard for VS Code
io.github.jemplayer82/mcp-switchboard
Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence.
client:VS Code
transport:stdio
runtime:oci
Install Switchboard in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-switchboard": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jemplayer82/mcp-switchboard:latest"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs