Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

collective memory in other clients