What's Allowed for Gemini CLI
io.github.stcmain/whats-allowed-mcp
Merged agent permission rules: which settings file wins, and which rules your client ignores.
client:Gemini CLI
transport:stdio
runtime:npm
Install What's Allowed in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"whats-allowed-mcp": {
"command": "npx",
"args": [
"-y",
"whats-allowed-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs