← Back to Plugins
MCP Server MCP

Hevy MCP (Remote)

github By github 👁 1 views ▲ 0 votes

Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.

Homepage Verified source GitHub

Install

oci:ghcr.io/rwestergren/hevy-mcp:0.1.6

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/rwestergren/hevy-mcp:0.1.6",
      "runtimeHint": "docker",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8080/mcp"
      },
      "runtimeArguments": [
        {
          "value": "8080:8080",
          "type": "named",
          "name": "-p"
        },
        {
          "value": "HEVY_API_KEY={HEVY_API_KEY}",
          "type": "named",
          "name": "-e"
        }
      ],
      "environmentVariables": [
        {
          "description": "Hevy API key (requires Hevy PRO). Get one in the Hevy app under Settings -> Developer.",
          "isRequired": true,
          "isSecret": true,
          "name": "HEVY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...