Panella for Zed
io.github.panellatech/panella
Governed, self-hosted memory for AI agents: writes queue until a named person approves.
client:Zed
transport:stdio
runtime:pypi
Install Panella in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"panella": {
"command": "uvx",
"args": [
"panella"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs