delego for Zed
io.github.delego-dev/delego
Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.
client:Zed
transport:stdio
runtime:pypi
Install delego in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"delego": {
"command": "uvx",
"args": [
"delego"
],
"env": {
"DELEGO_HOME": "<DELEGO_HOME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs