vanguard memory node for Zed
io.github.ezumba/vanguard-memory-node
Local deterministic BM25 memory for AI agents. Offline-first, no API key, SHA-256 shards, stdio.
client:Zed
transport:stdio
runtime:npm
Install vanguard memory node in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vanguard-memory-node": {
"command": "npx",
"args": [
"-y",
"@lnes/vanguard-memory-node"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs