Server data from the Official MCP Registry
Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence.
Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence.
Switchboard is a well-designed inter-agent message bus with clear architecture and reasonable security defaults. Authentication is required for all operations (bearer token), and permissions are appropriately scoped to its purpose. However, three moderate issues warrant attention: (1) the shared-token model creates identity ambiguity and allows token holders to impersonate any agent, (2) SSRF protection relies on operator configuration with no safe default, and (3) the daemon's prompt-injection surface requires careful allowlisting that users may misconfigure. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
4 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jemplayer82-mcp-switchboard": {
"args": [
"-y",
"mcp-switchboard"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.