Compartment for Zed
io.github.maxfreedompollard/compartment
Durable agentic memory, encrypted at rest. Fully offline: no network, no API key, no cloud.
client:Zed
transport:stdio
runtime:pypi
Install Compartment in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"compartment": {
"command": "uvx",
"args": [
"compartment"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs