Skip to content
Zed

context mem for Zed

io.github.jubakitiashvili/context-mem

Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools

client:Zed transport:stdio runtime:npm

Install context mem in Zed

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

{
  "context_servers": {
    "context-mem": {
      "command": "npx",
      "args": [
        "-y",
        "context-mem"
      ]
    }
  }
}

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

context mem in other clients