Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

OURA_CLIENT_ID(str)

Oura OAuth client ID. Optional when configured with oura-mcp-server setup.

OURA_CLIENT_SECRET(str)
Secret

Oura OAuth client secret. Prefer oura-mcp-server setup so this secret is stored in ~/.oura-mcp/config.json instead of MCP client config.

OURA_REDIRECT_URI(str)

Redirect URI configured in the Oura Developer Dashboard. Optional when configured with oura-mcp-server setup.

OURA_TOKEN_PATH(str)

Optional local path for OAuth tokens. Defaults to ~/.oura-mcp/tokens.json.

OURA_PRIVACY_MODE(str)

Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Oura API payloads, not continuous 24/7 raw sensor telemetry.

OURA_CACHE(str)

Optional SQLite cache toggle. Set to true or sqlite to enable.

OURA_CACHE_PATH(str)

Optional local SQLite cache path. Defaults to ~/.oura-mcp/cache.sqlite.