SMRITI Memory for Zed
io.github.shivamtyagi18/smriti-memory
Neuro-inspired long-term memory for AI agents with semantic graph and consolidation.
client:Zed
transport:stdio
runtime:pypi
Install SMRITI Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"smriti-memory": {
"command": "uvx",
"args": [
"smriti-memcore"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs