mcp reverse engineering for Cursor
io.github.daedalus/mcp_reverse_engineering
A sandboxed MCP tool for reverse engineering with multiple tool integrations
client:Cursor
transport:stdio
runtime:pypi
Install mcp reverse engineering in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp_reverse_engineering": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp_reverse_engineering"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs