Skip to content
Zed

Engram for Zed

io.github.rwnalds/engram

Git-backed markdown memory for AI agents; search hides superseded and archived notes.

client:Zed transport:stdio runtime:oci

Install Engram in Zed

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

{
  "context_servers": {
    "engram": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rwnalds/engram:0.1.2"
      ]
    }
  }
}

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

Engram in other clients