marrow for Cursor
io.github.getmarrow/marrow
Runtime governance, proof, outcome closure, and fleet intelligence for MCP-compatible AI agents.
client:Cursor
transport:stdio
runtime:npm
Install marrow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"marrow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getmarrow/mcp"
],
"env": {
"MARROW_API_KEY": "<MARROW_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs