gymtracker
Click on "Install 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: OpenStride MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA 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.Last updatedMIT

OpenStride MCP Serverofficial
Alicense-qualityDmaintenanceModel Context Protocol (MCP) server that allows AI assistants to access and analyze your OpenStride training data.Last updated20MIT- Alicense-qualityDmaintenanceA production-ready MCP server for the Hevy fitness API that exposes 27 tools for reading, writing, and analyzing workout data, enabling LLM-driven personal trainer workflows.Last updated16MIT
- Flicense-qualityBmaintenanceMCP server for the Hevy workout tracker that enables users to query training history, log workouts, and manage routines via natural language.Last updated
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/benzalglez/gymtracker-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server