mcp-gatehouse for Gemini CLI
io.github.nickgeorgeseo/gatehouse
Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper
client:Gemini CLI
transport:stdio
runtime:pypi
Install mcp-gatehouse in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gatehouse": {
"command": "uvx",
"args": [
"mcp-gatehouse"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs