Skip to content
Zed

Switchboard for Zed

io.github.jemplayer82/mcp-switchboard

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

client:Zed transport:stdio runtime:oci

Install Switchboard in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Switchboard in other clients