{"id":51045515,"url":"https://github.com/swrm-io/hevy-mcp","last_synced_at":"2026-06-22T13:32:03.172Z","repository":{"id":323810780,"uuid":"1093868353","full_name":"swrm-io/hevy-mcp","owner":"swrm-io","description":"MCP Server for Hevy","archived":false,"fork":false,"pushed_at":"2026-05-12T08:17:16.000Z","size":5636,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T10:25:46.401Z","etag":null,"topics":["ai","claude-code","golang","health","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swrm-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-11T00:26:09.000Z","updated_at":"2026-05-12T08:17:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/swrm-io/hevy-mcp","commit_stats":null,"previous_names":["swrm-io/hevy-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/swrm-io/hevy-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swrm-io%2Fhevy-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swrm-io%2Fhevy-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swrm-io%2Fhevy-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swrm-io%2Fhevy-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swrm-io","download_url":"https://codeload.github.com/swrm-io/hevy-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swrm-io%2Fhevy-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34651748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude-code","golang","health","mcp-server"],"created_at":"2026-06-22T13:32:02.944Z","updated_at":"2026-06-22T13:32:03.166Z","avatar_url":"https://github.com/swrm-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hevy MCP Server\n\nA Model Context Protocol (MCP) server that provides access to workout data from [Hevy](https://www.hevyapp.com/), a popular weightlifting and workout tracking application.\n\n## Overview\n\nThis MCP server allows AI assistants like Claude to query and retrieve workout data from your Hevy account, enabling natural language interactions with your fitness history.\n\n## Features\n\n### Tools\n\n- **get_workout_count**: Get the total number of workouts in your Hevy account\n- **get_workouts**: Retrieve your workouts from newest to oldest with pagination support\n  - Default limit: 5 workouts\n  - Maximum limit: 10 workouts per request\n  - Supports offset for pagination\n\n## Prerequisites\n\n- A Hevy account with API access\n- Hevy API key\n\n## Installation\n\n### Option 1: Download Pre-built Binary (Recommended)\n\nDownload the latest release for your platform from the [releases page](https://github.com/swrm-io/hevy-mcp/releases):\n\n- **Linux**: `hevy-mcp_Linux_x86_64.tar.gz`\n- **macOS (Intel)**: `hevy-mcp_Darwin_x86_64.tar.gz`\n- **macOS (Apple Silicon)**: `hevy-mcp_Darwin_arm64.tar.gz`\n- **Windows**: `hevy-mcp_Windows_x86_64.zip`\n\nExtract the archive and you're ready to use the `hevy-mcp` binary.\n\n### Option 2: Build from Source\n\nRequirements: Go 1.25.1 or higher\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/swrm-io/hevy-mcp.git\ncd hevy-mcp\n```\n\n2. Build the server:\n```bash\ngo build -o hevy-mcp\n```\n\n## Configuration\n\n### Environment Variables\n\n- `HEVY_API_KEY` (required): Your Hevy API key\n\n### Setting up with Claude Desktop\n\nAdd this configuration to your Claude Desktop config file:\n\n**MacOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n**Windows**: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"hevy\": {\n      \"command\": \"/path/to/hevy-mcp\",\n      \"env\": {\n        \"HEVY_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n## Usage\n\n### Running the Server\n\n```bash\nexport HEVY_API_KEY=\"your-api-key-here\"\n./hevy-mcp\n```\n\n### Example Queries (via Claude)\n\nOnce configured with Claude Desktop, you can ask questions like:\n\n- \"How many workouts do I have in Hevy?\"\n- \"Show me my last 5 workouts\"\n- \"What exercises did I do in my recent workouts?\"\n\n## Development\n\nThe server is built using:\n- [go-sdk](https://github.com/modelcontextprotocol/go-sdk) - Official MCP SDK for Go\n- [go-hevy](https://github.com/swrm-io/go-hevy) - Hevy API client library\n\n### Project Structure\n\n- `main.go` - Server initialization and tool registration\n- `types.go` - Type definitions for requests and service\n- `workouts.go` - Workout-related tool implementations\n\n## License\n\nSee LICENSE file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswrm-io%2Fhevy-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswrm-io%2Fhevy-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswrm-io%2Fhevy-mcp/lists"}