engram for Zed
io.github.kael-bit/engram
Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.
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",
"engram-rs-mcp"
],
"env": {
"ENGRAM_URL": "<ENGRAM_URL>",
"ENGRAM_API_KEY": "<ENGRAM_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs