Rogue Binary MCP for Cursor
io.github.kirkderp/rbinmcp
Rust MCP server for binary analysis and reverse engineering.
client:Cursor
transport:stdio
runtime:oci
Install Rogue Binary MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rbinmcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs