Skip to content
Gemini CLI

Switchboard for Gemini CLI

io.github.jemplayer82/mcp-switchboard

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

client:Gemini CLI transport:stdio runtime:oci

Install Switchboard in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Switchboard in other clients