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
{
"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