health export mcp for Zed
io.github.philipad/health-export-mcp
Query 190 Apple Health metrics from any MCP agent: zero-dependency, read-only, local-first.
client:Zed
transport:stdio
runtime:npm
Install health export mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"health-export-mcp": {
"command": "npx",
"args": [
"-y",
"health-export-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs