MCP Server
Active
MIT
io.github.wkoverfield/switchboard MCP Server
io.github.wkoverfield/switchboard
What is the io.github.wkoverfield/switchboard MCP server?
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
How to install io.github.wkoverfield/switchboard
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"switchboard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Claude Code
claude mcp add switchboard -- npx -y @switchboard-mcp/cli mcpRelated MCP servers
Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.
5
View repository →TypeScript
MIT
Cost-parity bench for agent loops: $/success and time across model mixes, with verifiable receipts.
0
View repository →TypeScript
MIT