← Back to Plugins
MCP Server MCP

io.github.snoozelieb/coach-mcp

github By github 👁 1 views ▲ 0 votes

Adaptive AI training coach MCP server backed by Garmin Connect

Homepage Verified source GitHub

Install

uvx garmin-coach-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "garmin-coach-mcp",
      "version": "1.0.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Garmin Connect account email",
          "isRequired": true,
          "name": "GARMIN_EMAIL"
        },
        {
          "description": "Garmin Connect account password",
          "isRequired": true,
          "isSecret": true,
          "name": "GARMIN_PASSWORD"
        },
        {
          "description": "Directory for athlete data files (defaults to the git-checkout data/ dir when run from a checkout, otherwise a per-user data directory)",
          "name": "COACH_DATA_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...