agentmem for Zed
io.github.thezenmonster/agentmem
Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.
client:Zed
transport:stdio
runtime:pypi
Install agentmem in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentmem": {
"command": "uvx",
"args": [
"quilmem"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs