Skip to content
Zed

ZenBrain Memory for Zed

ai.zensation/zenbrain

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

client:Zed transport:stdio runtime:npm

Install ZenBrain Memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "zenbrain": {
      "command": "npx",
      "args": [
        "-y",
        "@zensation/mcp"
      ],
      "env": {
        "ZENBRAIN_DB": "<ZENBRAIN_DB>",
        "ZENBRAIN_CONTEXTS": "<ZENBRAIN_CONTEXTS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ZenBrain Memory in other clients