Skip to content
Grok

Switchboard for Grok

io.github.jemplayer82/mcp-switchboard

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

client:Grok transport:stdio runtime:oci

Install Switchboard in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Switchboard in other clients