marrow for Gemini CLI
tech.skeletonarmy/marrow
Read-only MCP access to your own Apple Health data, mirrored from the Marrow iOS app.
client:Gemini CLI
transport:stdio
runtime:pypi
Install marrow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"marrow": {
"command": "uvx",
"args": [
"marrow-mcp"
],
"env": {
"MARROW_DATA": "<MARROW_DATA>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs