Skip to content
Zed

polarmcp for Zed

io.github.davidmosiah/polarmcp

Privacy-first unofficial Polar AccessLink v4 MCP server for AI health, sleep and training agents.

client:Zed transport:stdio runtime:npm

Install polarmcp 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": {
    "polarmcp": {
      "command": "npx",
      "args": [
        "-y",
        "polar-mcp-unofficial"
      ],
      "env": {
        "POLAR_CLIENT_ID": "<POLAR_CLIENT_ID>",
        "POLAR_CLIENT_SECRET": "<POLAR_CLIENT_SECRET>",
        "POLAR_REDIRECT_URI": "<POLAR_REDIRECT_URI>",
        "POLAR_TOKEN_PATH": "<POLAR_TOKEN_PATH>",
        "POLAR_PRIVACY_MODE": "<POLAR_PRIVACY_MODE>",
        "POLAR_CACHE": "<POLAR_CACHE>",
        "POLAR_CACHE_PATH": "<POLAR_CACHE_PATH>",
        "POLAR_NO_CACHE": "<POLAR_NO_CACHE>"
      }
    }
  }
}

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

polarmcp in other clients