Skip to content
Cline

polarmcp for Cline

io.github.davidmosiah/polarmcp

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

client:Cline transport:stdio runtime:npm

Install polarmcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

polarmcp in other clients