Skip to content
Cursor

Hevy MCP (Remote) for Cursor

io.github.rwestergren/hevy-mcp-remote

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

client:Cursor transport:stdio runtime:oci

Install Hevy MCP (Remote) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hevy-mcp-remote": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rwestergren/hevy-mcp:0.1.6"
      ],
      "env": {
        "HEVY_API_KEY": "<HEVY_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Hevy MCP (Remote) in other clients