Talk to your own fitness data. Findings computed in code against your own 28-day baselines.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y trainbud
MCP client config
{
"mcpServers": {
"trainbud": {
"command": "npx",
"args": [
"-y",
"trainbud"
]
}
}
}Run
docker run -i --rm ghcr.io/zsadigzade/trainbud:0.9.0
MCP client config
{
"mcpServers": {
"trainbud": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zsadigzade/trainbud:0.9.0"
]
}
}
}