★ 8 stars
Rust
📦 Other
Updated today
Rogue Binary MCP (rbinmcp) is a Rust MCP server for binary analysis, reverse engineering, and malware triage.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rbinmcp": {
"command": "cargo",
"args": [
"run",
"--",
"rbinmcp"
]
}
}
}
Run in terminal:
claude mcp add rbinmcp cargo run -- rbinmcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rbinmcp": {
"command": "cargo",
"args": [
"run",
"--",
"rbinmcp"
]
}
}
}
Topics
binary-analysisghidramalware-analysismcp-serverradare2reverse-engineering