gateway for Gemini CLI
io.mcprating/gateway
Discover, judge and safely run any MCP server: 57k+ scored servers, sandboxed.
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",
"@mcp-rating/gateway"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs