health4ai for Zed
io.github.jefflitt1/health4ai
Query your Apple Health data from your own Supabase/Postgres via local MCP.
client:Zed
transport:stdio
runtime:pypi
Install health4ai in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"health4ai": {
"command": "uvx",
"args": [
"health4ai"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"HEALTHKIT_USER_ID": "<HEALTHKIT_USER_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs