Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

marrow in other clients