ida-cli

cpkt9762/ida-cli
★ 6 stars Rust 🌐 Browser/Web Updated today
Headless IDA Pro MCP server for AI-assisted binary analysis, powered by idalib
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": {
    "ida-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ida-cli"
      ]
    }
  }
}