Skip to content

Garmin Workouts MCP for Zed

io.github.pranciskus/garmin-workouts-mcp

Manage Garmin Connect workouts, including strength workouts with mapped exercises.

client:Zed transport:stdio runtime:oci

Install Garmin Workouts MCP 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": {
    "garmin-workouts-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pranciskus/garmin-workouts-mcp:0.1.2"
      ],
      "env": {
        "GARMIN_EMAIL": "<GARMIN_EMAIL>",
        "GARMIN_PASSWORD": "<GARMIN_PASSWORD>"
      }
    }
  }
}

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

Garmin Workouts MCP in other clients