MCP Server
MCP
Switchboard
Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence.
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
By
Comments
Sign in to leave a comment