ScopeGate for Gemini CLI
io.github.alifanov/scopegate
Permission gateway for AI agents: scoped MCP endpoints over 27 services, audited and revocable.
client:Gemini CLI
transport:streamable-http
Install ScopeGate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"scopegate": {
"httpUrl": "https://scopegate.dev/api/mcp/{api_key}"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs