Skip to content
Gemini CLI

PerspectiveGraph for Gemini CLI

io.github.luiacuaniello/perspectivegraph

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

client:Gemini CLI transport:stdio runtime:oci

Install PerspectiveGraph in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

PerspectiveGraph in other clients