HomeOther › TrainBud

TrainBud

Talk to your own fitness data. Findings computed in code against your own 28-day baselines.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-21 License: MIT

Topics: Sports

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.0)

npx -y trainbud@0.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "trainbud": {
      "command": "npx",
      "args": [
        "-y",
        "trainbud@0.9.0"
      ],
      "env": {
        "GARMIN_EMAIL": "<YOUR_VALUE>",
        "GARMIN_PASSWORD": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GARMIN_EMAIL required — The email address for your Connect account. Stored only in your local .env; `npx trainbud setup` writes it for you.
  • GARMIN_PASSWORD required secret — Your Connect password. Stored only in your local .env. Accounts with MFA enabled are not supported, because the unofficial library this drives cannot complete that flow.
  • ANTHROPIC_API_KEY secret — Optional, and only for the watch app's Ask card and daily insight. The MCP tools themselves need no model key: every finding is computed in code, and the model only phrases it.

This server takes extra arguments — see its repository.

Package (oci)

docker run -i --rm ghcr.io/zsadigzade/trainbud:0.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "trainbud": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zsadigzade/trainbud:0.9.0"
      ],
      "env": {
        "GARMIN_EMAIL": "<YOUR_VALUE>",
        "GARMIN_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • GARMIN_EMAIL required — The email address for your Connect account.
  • GARMIN_PASSWORD required secret — Your Connect password.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry