collective memory for Zed
io.github.hustada/collective-memory
MCP server for persistent, semantic memory across AI sessions
client:Zed
transport:stdio
runtime:npm
Install collective memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"collective-memory": {
"command": "npx",
"args": [
"-y",
"collective-memory"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs