marrow for Gemini CLI
io.github.getmarrow/marrow
Runtime governance, proof, outcome closure, and fleet intelligence for MCP-compatible AI agents.
client:Gemini CLI
transport:stdio
runtime:npm
Install marrow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"marrow": {
"command": "npx",
"args": [
"-y",
"@getmarrow/mcp"
],
"env": {
"MARROW_API_KEY": "<MARROW_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs