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.
We read the source, 19 h ago · rules 3dff92dd89df
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.
<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.
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.
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.
claude mcp add trainbud -- npx -y trainbud
{
"mcpServers": {
"trainbud": {
"args": [
"-y",
"trainbud"
],
"command": "npx"
}
}
}
[mcp_servers.trainbud]
command = "npx"
args = ["-y", "trainbud"]
{
"mcpServers": {
"trainbud": {
"args": [
"-y",
"trainbud"
],
"command": "npx"
}
}
}
{
"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.
Index your codebase. AI searches instead of re-reading files. 94% token savings.
Code review on your own machine, for you and your coding agent. Nothing leaves your computer.
Finds the LLM model IDs pinned in your code that vendors have already switched off, or have dated to
Dates every quantum-vulnerable algorithm in your code against the NIST IR 8547 clock: deprecated aft
No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.
Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
Voice interface for Claude Code: talk to your agent and it talks back while it works.
Generate clean markdown documentation for your code — one file, or up to 20 in one batch.
Answers built from our own checks of this server.