Skip to content

v1.0.0

Choose a tag to compare

@gerardrecinto gerardrecinto released this 11 Jun 09:28
· 6 commits to main since this release

MCP server that turns Claude into a full-stack personal trainer. Nutrition coaching, strength programming, powerlifting analytics, strongman tracking, recovery monitoring, and mental performance — 24 tools, all from a single local server. All data stays in a local SQLite file. No account required.

Added

  • Resilient tool module loading: each domain module (nutrition, training, powerlifting, recovery, etc.) loads independently. A failed import logs the error and continues — every other module still registers its tools. Server starts cleanly on partial installs.
  • Version logged at startup in server logs
  • GHCR image published: docker pull ghcr.io/gerardrecinto/robo-trainer-mcp:latest

Docker

docker pull ghcr.io/gerardrecinto/robo-trainer-mcp:latest

Install

pip install robo-trainer-mcp

Claude Desktop config

{
  "mcpServers": {
    "trainer": {
      "command": "robo-trainer-mcp"
    }
  }
}

Tools

24 tools: 5 nutrition, 5 strength training, 4 powerlifting, 4 strongman, 3 recovery, 3 mental performance.