mcpbeat Sign in

Switchboard MCP Server

local only

Switchboard runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from npm. Last commit 19 Jul 2026.

One firewall and password manager for all your AI coding agents' MCP servers and secrets.

Installs per day peak 41 · avg 9 · +135% w/w
a month agotoday
89
Installs / week
npm · @switchboard-mcp/cli
0
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const child = spawn(process.execPath, [entrypoint, ...args], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add switchboard -- npx -y @switchboard-mcp/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "switchboard": {
      "args": [
        "-y",
        "@switchboard-mcp/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.switchboard]
command = "npx"
args = ["-y", "@switchboard-mcp/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "switchboard": {
      "args": [
        "-y",
        "@switchboard-mcp/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "switchboard": {
      "args": [
        "-y",
        "@switchboard-mcp/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Switchboard

same job, measured the same way
q-ring
by i4ctime

OS keychain secrets for AI coding agents, over MCP.

712 installs/wk local only
MCP Modal Server
by george-bobby

MCP server for managing Modal apps, containers, volumes, and secrets.

1 124 installs/wk local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
Sops MCP
by privacyplaybook

MCP server for creating and managing SOPS-encrypted secrets

53 installs/wk local only
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
LightNow MCP Proxy
by lightnow-ai

Connect your AI clients to your MCP servers—securely managed in one place.

300 installs/wk local only
Password
by ryudi84

MCP server for secure passwords, passphrases, and strength checking.

local only
Tokenectomy Razor
by daffa2555

Autonomous log surgery & secret redaction MCP server for AI coding agents.

local only

Switchboard — questions

Answers built from our own checks of this server.

Why is there no uptime for Switchboard?
Switchboard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @switchboard-mcp/cli was installed 89 times last week.
How do I connect Switchboard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @switchboard-mcp/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Switchboard?
The npm package @switchboard-mcp/cli was installed 89 times in the last week. Week over week that is +135%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Switchboard open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.