Skip to content
Gemini CLI

golf coach for Gemini CLI

io.github.bjornj12/golf-coach

A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan.

client:Gemini CLI transport:stdio runtime:pypi

Install golf coach 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": {
    "golf-coach": {
      "command": "uvx",
      "args": [
        "golf-coach"
      ],
      "env": {
        "TRACKMAN_TOKEN": "<TRACKMAN_TOKEN>"
      }
    }
  }
}

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

golf coach in other clients