MCP Server
MCP
Polar Health Data (self-hosted)
Self-hosted Polar health analytics with a built-in MCP server: sleep, HRV, workouts, baselines.
Install
oci:docker.io/stumason/polar-flow-server:1.5.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/stumason/polar-flow-server:1.5.0",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8000/mcp"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string, e.g. postgresql+asyncpg://user:pass@host:5432/polar",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
},
{
"description": "Polar AccessLink OAuth client id (register at admin.polaraccesslink.com)",
"isRequired": true,
"format": "string",
"name": "POLAR_CLIENT_ID"
},
{
"description": "Polar AccessLink OAuth client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "POLAR_CLIENT_SECRET"
},
{
"description": "Public HTTPS base URL of this deployment; enables OAuth sign-in for MCP connectors",
"format": "string",
"name": "BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment