Skip to content
Zed

engram for Zed

io.github.tstockham96/engram

Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.

client:Zed transport:stdio runtime:npm

Install engram 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": {
    "engram": {
      "command": "npx",
      "args": [
        "-y",
        "engram-sdk"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

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

engram in other clients