Skip to content
Grok

health4ai for Grok

io.github.jefflitt1/health4ai

Query your Apple Health data from your own Supabase/Postgres via local MCP.

client:Grok transport:stdio runtime:pypi

Install health4ai in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "health4ai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "health4ai"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "HEALTHKIT_USER_ID": "<HEALTHKIT_USER_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

health4ai in other clients