Wger for Gemini CLI
io.github.pipeworx-io/wger
Wger MCP — wraps wger Workout Manager REST API (free, no auth for read)
client:Gemini CLI
transport:streamable-http
Install Wger in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"wger": {
"httpUrl": "https://gateway.pipeworx.io/wger/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs