switchboard for Gemini CLI
io.github.wkoverfield/switchboard
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
client:Gemini CLI
transport:stdio
runtime:npm
Install switchboard in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"switchboard": {
"command": "npx",
"args": [
"-y",
"@switchboard-mcp/cli"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs