health4ai for Cursor
io.github.jefflitt1/health4ai
Query your Apple Health data from your own Supabase/Postgres via local MCP.
client:Cursor
transport:stdio
runtime:pypi
Install health4ai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"health4ai": {
"type": "stdio",
"command": "uvx",
"args": [
"health4ai"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"HEALTHKIT_USER_ID": "<HEALTHKIT_USER_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs