Agent Relay for Zed
io.github.mmmikael/arelay
End-to-end encrypted inbox where AI agents deliver files and request human approval.
client:Zed
transport:stdio
runtime:npm
Install Agent Relay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli"
],
"env": {
"ARELAY_TOKEN": "<ARELAY_TOKEN>",
"ARELAY_URL": "<ARELAY_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs