Reversecore MCP for Cursor
io.github.sjkim1127/reversecore-mcp
Security-first MCP server for reverse engineering, malware analysis, forensics, and SAST.
client:Cursor
transport:stdio
runtime:pypi
Install Reversecore MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reversecore-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"reversecore-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs