Skip to content
Zed

verbative memory for Zed

io.github.verbative/verbative-memory

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

client:Zed transport:stdio runtime:npm

Install verbative memory in Zed

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

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

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

verbative memory in other clients