Skip to content
Cursor

PerspectiveGraph for Cursor

io.github.luiacuaniello/perspectivegraph

Read-only attack-path tools: reachable routes to sensitive assets, and what a fix would cut.

client:Cursor transport:stdio runtime:oci

Install PerspectiveGraph in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "perspectivegraph": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/luiacuaniello/perspectivegraph:v1.19.0"
      ],
      "env": {
        "API_TOKEN": "<API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PerspectiveGraph in other clients