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