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