CoachSync for Gemini CLI
io.coachsync/coachsync-mcp
Barbell strength training tools for AI assistants. Warmup, plate loading, and LP.
client:Gemini CLI
transport:streamable-http
tools:3
Install CoachSync in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"coachsync-mcp": {
"httpUrl": "https://mcp.coachsync.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs