security orchestra for Zed
io.github.robotfleet-hq/security-orchestra
Multi-agent MCP platform for data centers and critical power.
client:Zed
transport:stdio
runtime:npm
Install security orchestra in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"security-orchestra": {
"command": "npx",
"args": [
"-y",
"@securityorchestra/security-orchestra"
],
"env": {
"SECURITY_ORCHESTRA_API_KEY": "<SECURITY_ORCHESTRA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs