ida-headless-mcp

fuqiuluo/ida-headless-mcp
★ 4 stars Rust Browser/Web Updated 2d ago
Rust-native multi-session headless IDA Pro MCP server. One supervisor, one IDA worker per database, compatible with the ida-pro-mcp public contract.
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-headless-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ida-headless-mcp"
      ]
    }
  }
}

README Excerpt

English | [简体中文](README.zh-CN.md) Rust-native, multi-session headless [IDA Pro](https://hex-rays.com/ida-pro) MCP server. This project is a derivative of [blacktop/ida-mcp-rs](https://github.com/blacktop/ida-mcp-rs), rewritten around an explicit supervisor/worker split and pinned to the [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) public contract. It is not a drop-in replacement for the upstream Homebrew/Scoop packages, and it is not an official Hex-Rays product.

Topics

binary-analysisheadlessida-promcpmcp-servermodelcontextprotocolreverse-engineeringrust