google-health-mcp
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
Package Details
google-health-mcp-unofficial
Environment Variables
Google Cloud OAuth client ID for Google Health API. Optional when configured with google-health-mcp-server setup.
Google Cloud OAuth client secret. Prefer google-health-mcp-server setup so this secret is stored in ~/.google-health-mcp/config.json instead of MCP client config.
Redirect URI configured in the Google Cloud OAuth client. Optional when configured with google-health-mcp-server setup.
Optional local path for OAuth tokens. Defaults to ~/.google-health-mcp/tokens.json.
Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Google Health API payloads, not continuous 24/7 raw sensor telemetry.
Optional SQLite cache toggle. Set to true or sqlite to enable.
Optional local SQLite cache path. Defaults to ~/.google-health-mcp/cache.sqlite.
Set to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless.