Skip to content
Zed

garminmcp for Zed

io.github.davidmosiah/garminmcp

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

client:Zed transport:stdio runtime:npm

Install garminmcp 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": {
    "garminmcp": {
      "command": "npx",
      "args": [
        "-y",
        "garmin-mcp-unofficial"
      ],
      "env": {
        "GARMIN_TOKEN_PATH": "<GARMIN_TOKEN_PATH>",
        "GARMIN_PRIVACY_MODE": "<GARMIN_PRIVACY_MODE>",
        "GARMIN_CACHE": "<GARMIN_CACHE>",
        "GARMIN_CACHE_PATH": "<GARMIN_CACHE_PATH>",
        "GARMIN_DOMAIN": "<GARMIN_DOMAIN>",
        "GARMIN_NO_CACHE": "<GARMIN_NO_CACHE>"
      }
    }
  }
}

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

garminmcp in other clients