Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

marrow in other clients