Skip to content
Cline

Hevy MCP (Remote) for Cline

io.github.rwestergren/hevy-mcp-remote

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

client:Cline transport:stdio runtime:oci

Install Hevy MCP (Remote) in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Hevy MCP (Remote) in other clients