Skip to content
Claude Desktop

Switchboard for Claude Desktop

io.github.jemplayer82/mcp-switchboard

Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence.

client:Claude Desktop transport:stdio runtime:oci

Install Switchboard in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-switchboard": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/jemplayer82/mcp-switchboard:latest"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Switchboard in other clients