ida-hive

yynps737/ida-hive
★ 1 stars C++ Other Updated today
Multi-instance IDA MCP server — Rust coordinator + C++ idalib workers. 60 tools, 100 concurrent slots.
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": {
    "ida-hive": {
      "command": "npx",
      "args": [
        "-y",
        "yynps737/ida-hive"
      ]
    }
  }
}