Skip to content
Gemini CLI

igpsport mcp for Gemini CLI

io.github.dengxuhui/igpsport-mcp

iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation

client:Gemini CLI transport:stdio runtime:pypi

Install igpsport mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "igpsport-mcp": {
      "command": "uvx",
      "args": [
        "igpsport-mcp"
      ],
      "env": {
        "IGPSPORT_USERNAME": "<IGPSPORT_USERNAME>",
        "IGPSPORT_PASSWORD": "<IGPSPORT_PASSWORD>",
        "IGPSPORT_REGION": "<IGPSPORT_REGION>",
        "IGPSPORT_FTP": "<IGPSPORT_FTP>",
        "IGPSPORT_LTHR": "<IGPSPORT_LTHR>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

igpsport mcp in other clients