marrow for Zed
tech.skeletonarmy/marrow
Read-only MCP access to your own Apple Health data, mirrored from the Marrow iOS app.
client:Zed
transport:stdio
runtime:pypi
Install marrow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"marrow": {
"command": "uvx",
"args": [
"marrow-mcp"
],
"env": {
"MARROW_DATA": "<MARROW_DATA>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs