PointBagel for Gemini CLI
com.pointbagel/pointbagel
Which card to use, what your points are worth, and whether each annual fee earns its keep.
client:Gemini CLI
transport:streamable-http
Install PointBagel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pointbagel": {
"httpUrl": "https://pointbagel.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs