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)
{
"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