← Back to Plugins
MCP Server MCP

Switchboard

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/jemplayer82/mcp-switchboard:latest

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/jemplayer82/mcp-switchboard:latest",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3107/mcp",
        "headers": [
          {
            "value": "Bearer {token}",
            "variables": {
              "token": {
                "description": "Switchboard bearer token — printed in the server's startup logs on first boot, or whatever you set via SWITCHBOARD_MCP_TOKEN.",
                "isRequired": true,
                "format": "string",
                "isSecret": true
              }
            },
            "name": "Authorization"
          }
        ]
      }
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...