io.github.davidmosiah/polarmcp✓
io.github.davidmosiah/polarmcp · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.davidmosiah/polarmcp",
"description": "Privacy-first MCP server for Polar AccessLink — health, sleep and training data.",
"repository": {
"url": "https://github.com/davidmosiah/polarmcp",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "polar-mcp-unofficial",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Polar OAuth client ID. Optional when configured with polar-mcp-server setup.",
"format": "string",
"name": "POLAR_CLIENT_ID"
},
{
"description": "Polar OAuth client secret. Prefer polar-mcp-server setup so this secret is stored in ~/.polar-mcp/config.json instead of MCP client config.",
"format": "string",
"isSecret": true,
"name": "POLAR_CLIENT_SECRET"
},
{
"description": "Redirect URI configured in the Polar AccessLink admin. Optional when configured with polar-mcp-server setup.",
"format": "string",
"name": "POLAR_REDIRECT_URI"
},
{
"description": "Optional local path for OAuth tokens. Defaults to ~/.polar-mcp/tokens.json.",
"format": "string",
"name": "POLAR_TOKEN_PATH"
},
{
"description": "Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Polar AccessLink payloads for supported endpoints.",
"format": "string",
"name": "POLAR_PRIVACY_MODE"
},
{
"description": "Optional SQLite cache toggle. Set to true or sqlite to enable.",
"format": "string",
"name": "POLAR_CACHE"
},
{
"description": "Optional local SQLite cache path. Defaults to ~/.polar-mcp/cache.sqlite.",
"format": "string",
"name": "POLAR_CACHE_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}