Switchboard
Rank #18,912io.github.wkoverfield/switchboard
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
Switchboard is a Model Context Protocol (MCP) server published by wkoverfield. It ranks #18,912 of 115,460 servers tracked on MCP Toplist. Switchboard is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Jul 18, 2026.
Ranks ahead of 96,548 of 115,460 servers on MCP Toplist.
Use Switchboard
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add switchboard -- npx -y @switchboard-mcp/cli mcp[mcp_servers.switchboard]
command = "npx"
args = ["-y", "@switchboard-mcp/cli", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"switchboard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wkoverfield%2Fswitchboard)<a href="https://mcptoplist.com/server/io.github.wkoverfield%2Fswitchboard"><img src="https://mcptoplist.com/badge/io.github.wkoverfield%2Fswitchboard.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wkoverfield
Other servers by wkoverfield
View all wkoverfield servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Jul 18, 2026 |
| 0.1.6 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Switchboard?
- Switchboard is maintained by wkoverfield, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Switchboard listed on the Official MCP Registry?
- Yes — Switchboard is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Switchboard have?
- MCP Toplist tracks 2 versions of Switchboard, most recently published on Jul 18, 2026.
- Where can I find the source code for Switchboard?
- The source code for Switchboard is hosted at github.com/wkoverfield/switchboard.