memento for Zed
com.runmemento/memento
Local-first, LLM-agnostic memory layer for AI assistants.
client:Zed
transport:stdio
runtime:npm
Install memento in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memento": {
"command": "npx",
"args": [
"-y",
"@psraghuveer/memento"
],
"env": {
"MEMENTO_DB": "<MEMENTO_DB>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs