Skip to content
Zed

EchoVault Memory for Zed

io.github.go-ports/echovault

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

client:Zed transport:stdio runtime:oci

Install EchoVault 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": {
    "echovault": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/go-ports/echovault:0.3.3"
      ],
      "env": {
        "MEMORY_HOME": "<MEMORY_HOME>"
      }
    }
  }
}

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

EchoVault Memory in other clients