memory for Zed
io.github.velixarai/memory
Persistent memory for AI assistants. Store, search, and recall across sessions.
client:Zed
transport:stdio
runtime:npm
Install memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memory": {
"command": "npx",
"args": [
"-y",
"velixar-mcp-server"
],
"env": {
"VELIXAR_API_KEY": "<VELIXAR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs