Skip to content
Gemini CLI

health export mcp for Gemini CLI

io.github.philipad/health-export-mcp

Query 190 Apple Health metrics from any MCP agent: zero-dependency, read-only, local-first.

client:Gemini CLI transport:stdio runtime:npm

Install health export mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "health-export-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

health export mcp in other clients