gymtracker
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gymtrackerlog my latest workout: squat 3x5 at 315 lbs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gymtracker-plugin
Universal MCP server + Claude Code plugin for Gymtracker. Lets AI coding agents (Claude Code, Codex, Cursor, …) read and write your training data.
What you need
Your Gymtracker instance URL (
GYMTRACKER_URL)An API token from your Gymtracker /api/tokens page (
GYMTRACKER_TOKEN)
Related MCP server: FitnessMCP
Modes
Env | Read | Write | Delete |
(default) | ✅ | ✅ | ❌ |
| ✅ | ✅ | ✅ |
| ✅ | ❌ | ❌ |
READONLY overrides ALLOW_DELETE.
Install
Claude Code (plugin)
/plugin marketplace add https://gitlab.com/codin-public/gymtracker-plugin.git
/plugin install gym@gymtrackerYou'll be prompted for your URL and token. Adds /gym:log, /gym:summary, /gym:coach.
Codex CLI
See examples/codex.md.
Cursor / Claude Desktop / other MCP clients
See examples/cursor.md and examples/generic-mcp.json.
Gotchas
Env is not inherited. stdio MCP servers don't see your shell env — put the vars in the client's
envblock (or Cursor's${env:...}).npxon PATH. GUI clients launched from the Dock may not findnpx(nvm/Homebrew). Use an absolute path tonpx/nodeincommandif startup fails.First run downloads.
npx -yfetches the package once; bump Codex'sstartup_timeout_secif it times out.
Development
npm install
npm test
npm run buildLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
AlicenseAqualityBmaintenanceMCP server that gives AI coding agents direct access to evaluation tools.22Apache 2.0- AlicenseNot gradedqualityDmaintenanceA unified MCP server that connects AI assistants to multiple fitness services (Hevy, Strava, Cronometer, Intervals.icu) through a single secure endpoint, enabling workout, nutrition, and activity data access.MIT
- AlicenseAqualityAmaintenanceMCP server for Intervals.icu that enables AI assistants to manage athletic training data, including activities, calendar events, wellness metrics, and workout libraries.19Apache 2.0
- AlicenseAqualityCmaintenanceMCP server for the Hevy fitness tracking app, enabling management of workouts, routines, exercise templates, folders, and webhooks through AI assistants.2558,400 npmMIT