gateway for Gemini CLI
io.github.bolyra/gateway
MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.
client:Gemini CLI
transport:stdio
runtime:npm
Install gateway in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": [
"-y",
"@bolyra/gateway"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs