Skip to content
Gemini CLI

har forensics mcp for Gemini CLI

io.github.aryanspv/har-forensics-mcp

Tells you what leaked in a .har capture, who's on the page, and what to strip. No network calls.

client:Gemini CLI transport:stdio runtime:npm

Install har forensics mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "har-forensics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "har-forensics-mcp"
      ]
    }
  }
}

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

har forensics mcp in other clients