Skip to content
Cline

Polar Health Data (self-hosted) for Cline

io.github.stumason/polar-flow-server

Self-hosted Polar health analytics with a built-in MCP server: sleep, HRV, workouts, baselines.

client:Cline transport:stdio runtime:oci

Install Polar Health Data (self-hosted) 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": {
    "polar-flow-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/stumason/polar-flow-server:1.5.1"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "POLAR_CLIENT_ID": "<POLAR_CLIENT_ID>",
        "POLAR_CLIENT_SECRET": "<POLAR_CLIENT_SECRET>",
        "BASE_URL": "<BASE_URL>"
      }
    }
  }
}

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

Polar Health Data (self-hosted) in other clients