reversing-mcp

ril3y/reversing-mcp
★ 0 stars Java 🤖 AI/LLM Updated 5d ago
MCP servers for reverse engineering — gives Claude Code direct access to IDA Pro and Ghidra
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": {
    "reversing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ril3y/reversing-mcp"
      ]
    }
  }
}