Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
google-health-mcp-unofficial · npm · 0.5.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.davidmosiah/google-health-mcp",
"description": "Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents",
"repository": {
"url": "https://github.com/davidmosiah/google-health-mcp",
"source": "github"
},
"version": "0.5.2",
"websiteUrl": "https://wellness.delx.ai/connectors/google-health",
"packages": [
{
"registryType": "npm",
"identifier": "google-health-mcp-unofficial",
"version": "0.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Cloud OAuth client ID for Google Health API. Optional when configured with google-health-mcp-server setup.",
"format": "string",
"name": "GOOGLE_HEALTH_CLIENT_ID"
},
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "GOOGLE_HEALTH_CLIENT_SECRET"
},
{
"description": "Redirect URI configured in the Google Cloud OAuth client. Optional when configured with google-health-mcp-server setup.",
"format": "string",
"name": "GOOGLE_HEALTH_REDIRECT_URI"
},
{
"description": "Optional local path for OAuth tokens. Defaults to ~/.google-health-mcp/tokens.json.",
"format": "string",
"name": "GOOGLE_HEALTH_TOKEN_PATH"
},
{
"description": "Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Google Health API payloads, not continuous 24/7 raw sensor telemetry.",
"format": "string",
"name": "GOOGLE_HEALTH_PRIVACY_MODE"
},
{
"description": "Optional SQLite cache toggle. Set to true or sqlite to enable.",
"format": "string",
"name": "GOOGLE_HEALTH_CACHE"
},
{
"description": "Optional local SQLite cache path. Defaults to ~/.google-health-mcp/cache.sqlite.",
"format": "string",
"name": "GOOGLE_HEALTH_CACHE_PATH"
},
{
"description": "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.",
"format": "string",
"name": "GOOGLE_HEALTH_NO_CACHE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-13T19:14:10.265564Z",
"publishedAt": "2026-07-13T19:14:10.265564Z",
"updatedAt": "2026-07-13T19:14:10.265564Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.5.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.