Skip to content
Zed

cozo memory for Zed

io.github.tobs-code/cozo-memory

Local-first memory system for AI agents with hybrid search and graph reasoning

client:Zed transport:stdio runtime:npm

Install cozo memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cozo-memory": {
      "command": "npx",
      "args": [
        "-y",
        "cozo-memory"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cozo memory in other clients