protogrid for Gemini CLI
dev.protogrid/registry
Find MCP servers by intent and get exactly how to connect to them right now. No proxying.
client:Gemini CLI
transport:streamable-http
tools:4
Install protogrid in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"registry": {
"httpUrl": "https://api.protogrid.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs