mcpbeat Sign in

TrainBud MCP Server

by zsadigzade Your server? Claim it
local only

TrainBud runs on your own machine — the client starts it, so there is no endpoint to ping. 140 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 420 · avg 14
a month agotoday
140
Installs / week
npm · trainbud
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/dashboard.ts:545
                <select name="units">
                  <option value="metric"${profile.units === "metric" ? " selected" : ""}>Metric (km, kg)</option>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trainbud -- npx -y trainbud
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trainbud": {
      "args": [
        "-y",
        "trainbud"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trainbud]
command = "npx"
args = ["-y", "trainbud"]
.cursor/mcp.json
{
  "mcpServers": {
    "trainbud": {
      "args": [
        "-y",
        "trainbud"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trainbud": {
      "args": [
        "-y",
        "trainbud"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GARMIN_EMAIL (The email address for your Connect account. Stored only in your local .env; `npx trainbud setup` writes it for you.), GARMIN_PASSWORD (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 (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TrainBud

same job, measured the same way
Code Context Engine
by ai-elara

Index your codebase. AI searches instead of re-reading files. 94% token savings.

290 installs/wk local only
GitWarren
by klarluft

Code review on your own machine, for you and your coding agent. Nothing leaves your computer.

802 installs/wk local only
AI Model Retirement Lint
by jmshinhwa

Finds the LLM model IDs pinned in your code that vendors have already switched off, or have dated to

304 installs/wk local only
Pqc Deprecation Lint
by jmshinhwa

Dates every quantum-vulnerable algorithm in your code against the NIST IR 8547 clock: deprecated aft

276 installs/wk local only
Bring Your AI
by bringyour

No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.

7 tools answering
ctxlint
by yawlabs

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

16 091 installs/wk local only
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
Scribe
by writulos

Generate clean markdown documentation for your code — one file, or up to 20 in one batch.

57 installs/wk local only

TrainBud — questions

Answers built from our own checks of this server.

Why is there no uptime for TrainBud?
TrainBud runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package trainbud was installed 140 times last week.
How do I connect TrainBud?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls trainbud straight from npm; nothing to host, nothing to sign up for.
How many people use TrainBud?
The npm package trainbud was installed 140 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TrainBud open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.