Skip to content
Zed

brain — the recorder for Zed

io.github.mordechaipotash/brain-mcp

Records your Claude Code, Codex and Pi history before deletion. Cited-or-abstain recall.

client:Zed transport:stdio runtime:pypi

Install brain — the recorder 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": {
    "brain-mcp": {
      "command": "uvx",
      "args": [
        "brain-mcp"
      ],
      "env": {
        "BRAIN_HOME": "<BRAIN_HOME>"
      }
    }
  }
}

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

brain — the recorder in other clients