personal-mcp
Provides integration with Hevy, a fitness tracking app, enabling tools for retrieving recent workouts, exercise lookup, and training volume summaries.
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., "@personal-mcplist my latest workouts from Hevy"
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.
personal-mcp
A personal MCP server for connecting your own API integrations and exposing them as tools/resources/prompts.
Initial Scope
Fitness domain
Hevy provider integration
Related MCP server: Hevy MCP Pro
Project Structure
personal-mcp/
├── .github/
│ └── copilot-instructions.md
├── src/
│ ├── core/
│ │ ├── server/
│ │ ├── config/
│ │ ├── types/
│ │ └── utils/
│ ├── domains/
│ │ └── fitness/
│ │ ├── providers/
│ │ │ └── hevy/
│ │ ├── services/
│ │ ├── tools/
│ │ ├── resources/
│ │ ├── prompts/
│ │ └── types/
│ └── index.ts
├── tests/
│ ├── core/
│ └── domains/
│ └── fitness/
├── .env.example
├── package.json
├── tsconfig.json
└── README.mdQuick Start
Install dependencies.
Copy
.env.exampleto.envand set your API key(s).Start in dev mode.
npm install
npm run devNext Steps
Implement Hevy API client methods.
Add MCP tools for recent workouts, exercise lookup, and training volume summaries.
Add domain-focused tests under
tests/domains/fitness.
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
- Flicense-qualityBmaintenanceExposes Garmin Connect data and workout management to AI agents, supporting tools, resources, and prompts for health data, workout creation, and coaching workflows.1
- AlicenseBqualityDmaintenanceA 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.277MIT
- AlicenseBqualityCmaintenanceConnects Lelly.chat workspace with AI agents, offering tools for tasks, reminders, health tracking, CRM, knowledge base, finance, and spiritual journaling via MCP.31MIT
- Alicense-qualityBmaintenanceExposes personal health data (recovery, sleep, strain, etc.) as MCP tools for AI agents to query and analyze.1MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.
Search, document and execute authenticated API calls across 500+ apps via one MCP server
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/Snovak99/personal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server