har forensics mcp for Cursor
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:Cursor
transport:stdio
runtime:npm
Install har forensics mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"har-forensics-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"har-forensics-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs