PerspectiveGraph for Zed
io.github.luiacuaniello/perspectivegraph
Read-only attack-path tools: reachable routes to sensitive assets, and what a fix would cut.
client:Zed
transport:stdio
runtime:oci
Install PerspectiveGraph in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"perspectivegraph": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luiacuaniello/perspectivegraph:v1.19.0"
],
"env": {
"API_TOKEN": "<API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs