Skip to content
Zed

engram for Zed

io.github.hbarefoot/engram

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

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",
        "@hbarefoot/engram"
      ]
    }
  }
}

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

engram in other clients