Tally Workout for Gemini CLI
io.github.westvegh/tally-workout
First strength app Claude can write to: plan training in chat, it lands in the app ready to log.
client:Gemini CLI
transport:streamable-http
Install Tally Workout in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tally-workout": {
"httpUrl": "https://mcp.tallyworkout.app/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