re_ai_assistant_ida_pro

0xx0d4y/re_ai_assistant_ida_pro
★ 0 stars Python Other Updated 6d ago
A translate of my old MCP Server for Binary Ninja, now, for IDA Pro
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "re_ai_assistant_ida_": {
      "command": "uvx",
      "args": [
        "re-ai-assistant-ida-pro"
      ]
    }
  }
}

Or install with pip: pip install re-ai-assistant-ida-pro

README Excerpt

There's nothing new here :) . I just rewrite my old MCP Server Tooling for Binary Ninja, to IDA Pro. There's a lot of better MCP Server projects out there, this is just my own day-to-day tool.