← Back to Plugins
MCP Server MCP

Hevy Coach

github By github 👁 1 views ▲ 0 votes

Training analytics over your Hevy log: e1RM, PRs, volume, consistency, bodyweight.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://hevy-mcp-alpha.vercel.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hevy-coach-mcp",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hevy API key, from Hevy → Settings → API. Requires a Hevy PRO subscription.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HEVY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...