forensic deepdive for Cursor
io.github.dhevenddra/forensic-deepdive
Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.
client:Cursor
transport:stdio
runtime:pypi
Install forensic deepdive in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"forensic-deepdive": {
"type": "stdio",
"command": "uvx",
"args": [
"forensic-deepdive"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs