Skip to content
Claude Desktop

PerspectiveGraph for Claude Desktop

io.github.luiacuaniello/perspectivegraph

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

client:Claude Desktop transport:stdio runtime:oci

Install PerspectiveGraph in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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.21.0"
      ],
      "env": {
        "API_TOKEN": "<API_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

PerspectiveGraph in other clients