crbro memory for Zed
io.github.octonove/crbro-memory
Persistent file-based memory for AI agents: inspectable, versionable, fully local.
client:Zed
transport:stdio
runtime:npm
Install crbro memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crbro-memory": {
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs