Loading MCP server directory, please wait...
Query your Apple Health data from your own Supabase/Postgres via local MCP.
npx @getmcp/cli add io.github.jefflitt1/health4aiRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLPostgres connection string for your Supabase project (transaction pooler; database password, not a service-role key).
HEALTHKIT_USER_IDUUID of the Supabase Auth user whose HealthKit data to query.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jefflitt1/health4ai": {
"command": "uvx",
"args": [
"health4ai"
],
"env": {
"DATABASE_URL": "",
"HEALTHKIT_USER_ID": ""
}
}
}
}