Skip to content
Gemini CLI

Hevy MCP Server for Gemini CLI

io.github.chrisdoc/hevy-mcp

MCP server for managing workouts, routines, and exercise data through the Hevy API

client:Gemini CLI transport:stdio runtime:npm

Install Hevy MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "hevy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hevy-mcp"
      ],
      "env": {
        "HEVY_API_KEY": "<HEVY_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Hevy MCP Server in other clients