Skip to content
Cursor

golf coach for Cursor

io.github.bjornj12/golf-coach

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

client:Cursor transport:stdio runtime:pypi

Install golf coach in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "golf-coach": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "golf-coach"
      ],
      "env": {
        "TRACKMAN_TOKEN": "<TRACKMAN_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

golf coach in other clients