Skip to content
Zed

engram for Zed

io.github.spectra-g/engram

MCP adapter for Engram - organizational memory for AI agents

client:Zed transport:stdio runtime:npm

Install engram in Zed

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

{
  "context_servers": {
    "engram": {
      "command": "npx",
      "args": [
        "-y",
        "@spectra-g/engram-adapter"
      ]
    }
  }
}

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

engram in other clients