MCPower Security Proxy for Gemini CLI
io.github.ai-mcpower/mcpower-proxy
Security proxy that wraps MCP servers with real-time monitoring and policy enforcement
client:Gemini CLI
transport:stdio
runtime:pypi
Install MCPower Security Proxy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcpower-proxy": {
"command": "uvx",
"args": [
"mcpower-proxy"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs