Odel
har forensics mcp

har forensics mcp

Local
@aryanspv1Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhar-forensics-mcpv0.3.2

Run

npx -y har-forensics-mcp

MCP client config

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