MCP Server
MCP
io.github.bjornj12/golf-coach
A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan.
Install
uvx golf-coach
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "golf-coach",
"version": "0.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer access token captured from an authenticated Trackman portal session. Optional if you have run `golf-coach login` (the server then loads the cached token automatically).",
"isSecret": true,
"name": "TRACKMAN_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment