MemoryGuard for Zed
io.github.irisxc4/memoryguard
Local-first governed MCP memory backend for coding agents.
client:Zed
transport:stdio
runtime:pypi
Install MemoryGuard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memoryguard": {
"command": "uvx",
"args": [
"agent-memguard"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs