Skip to content
Cursor

ZenBrain Memory for Cursor

ai.zensation/zenbrain

Seven-layer agent memory: episodic, semantic, procedural and core. Local SQLite, no account.

client:Cursor transport:stdio runtime:npm

Install ZenBrain Memory 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": {
    "zenbrain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@zensation/mcp"
      ],
      "env": {
        "ZENBRAIN_DB": "<ZENBRAIN_DB>",
        "ZENBRAIN_CONTEXTS": "<ZENBRAIN_CONTEXTS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ZenBrain Memory in other clients