Skip to content
Zed

Hevy MCP Server for Zed

io.github.chrisdoc/hevy-mcp

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

client:Zed transport:stdio runtime:npm

Install Hevy MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Hevy MCP Server in other clients