switchboard for Cursor
io.github.wkoverfield/switchboard
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
client:Cursor
transport:stdio
runtime:npm
Install switchboard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"switchboard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs