Skip to content
Grok

TrainBud for Grok

io.github.zsadigzade/trainbud

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

client:Grok transport:stdio runtime:npm

Install TrainBud in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "trainbud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "trainbud"
      ],
      "env": {
        "GARMIN_EMAIL": "<GARMIN_EMAIL>",
        "GARMIN_PASSWORD": "<GARMIN_PASSWORD>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TrainBud in other clients