candor for Zed
io.github.tombaldwin/candor
Per-function effect analysis for agents: blast radius, what reaches the network, gate verdicts.
client:Zed
transport:stdio
runtime:npm
Install candor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"candor": {
"command": "npx",
"args": [
"-y",
"candor-ts"
],
"env": {
"CANDOR_ROOT": "<CANDOR_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs