Skip to content
Cursor

marrow for Cursor

tech.skeletonarmy/marrow

Read-only MCP access to your own Apple Health data, mirrored from the Marrow iOS app.

client:Cursor transport:stdio runtime:pypi

Install marrow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "marrow": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "marrow-mcp"
      ],
      "env": {
        "MARROW_DATA": "<MARROW_DATA>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

marrow in other clients