fuelcenter for Gemini CLI
io.github.codymcc4/fuelcenter
Marathon fueling, pace, hydration, heat, carb-loading, and gel-comparison calculators.
client:Gemini CLI
transport:streamable-http
tools:7
Install fuelcenter in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fuelcenter": {
"httpUrl": "https://fuelcenter.co/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