Skip to content
Cline

PerspectiveGraph for Cline

io.github.luiacuaniello/perspectivegraph

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

client:Cline transport:stdio runtime:oci

Install PerspectiveGraph in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

PerspectiveGraph in other clients