PerspectiveGraph for Windsurf
io.github.luiacuaniello/perspectivegraph
Read-only attack-path tools: reachable routes to sensitive assets, and what a fix would cut.
client:Windsurf
transport:stdio
runtime:oci
Install PerspectiveGraph in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"perspectivegraph": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luiacuaniello/perspectivegraph:v1.19.0"
],
"env": {
"API_TOKEN": "<API_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs