marrow for Zed
io.github.getmarrow/marrow
Runtime governance, proof, outcome closure, and fleet intelligence for MCP-compatible AI agents.
client:Zed
transport:stdio
runtime:npm
Install marrow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"marrow": {
"command": "npx",
"args": [
"-y",
"@getmarrow/mcp"
],
"env": {
"MARROW_API_KEY": "<MARROW_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs