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
{
"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