← Back to Plugins
MCP Server MCP

tech.skeletonarmy/marrow

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx marrow-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "marrow-mcp",
      "version": "0.2.4",
      "runtimeHint": "python",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8800/mcp"
      },
      "environmentVariables": [
        {
          "description": "Directory holding the SQLite mirror and the two generated tokens. Defaults to ./data.",
          "name": "MARROW_DATA"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...