HomeSecurity › PerspectiveGraph

PerspectiveGraph

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

Official Go Local macOSWindowsLinux
★ 7 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/luiacuaniello/perspectivegraph:v1.18.1

Or add to your MCP client config:

{
  "mcpServers": {
    "perspectivegraph": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/luiacuaniello/perspectivegraph:v1.18.1"
      ],
      "env": {
        "API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • API_TOKEN secret — Bearer token, when the PerspectiveGraph API requires authentication.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry