Skip to content
VS Code

switchboard for VS Code

io.github.wkoverfield/switchboard

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

client:VS Code transport:stdio runtime:npm

Install switchboard in VS Code

.vscode/mcp.json

{
  "servers": {
    "switchboard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@switchboard-mcp/cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

switchboard in other clients