BagIQ MCP for Gemini CLI
io.github.frankbongo/bagiq
Analyse disc golf bag gaps and overlap, recommend discs, and open an interactive Bag Map.
client:Gemini CLI
transport:streamable-http
tools:6
Install BagIQ MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bagiq": {
"httpUrl": "https://data.bagiq.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs