Skip to content

Releases: GrecAndrei/ida-pro-mcp

ida-pro-mcp v1.0.0a1

ida-pro-mcp v1.0.0a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 19:32

IDA Pro MCP v1.0.0a1

The first alpha release of IDA Pro MCP connects AI coding agents directly to Hex-Rays IDA Pro for deterministic reverse engineering, decompilation, and binary analysis.

Highlights

  • 107 Public Agent Operations (ida_*): Action-specific, strict-schema capabilities covering Hex-Rays decompilation, cross-references, type management, and firmware analysis.
  • Dual-Engine Isolation: Headless multi-process idat engine with automatic crash recovery, alongside an in-process idalib kernel for IDA 9.3+.
  • 22+ Supported Agent Environments: Built-in configuration for Cursor, Claude Code, OpenClaw, Pi Coding Agent, Hermes Agent, Prime Agent, VS Code, Codex, ZCode, Kimi Code, and MiniMax Code.
  • Progressive Disclosure Skills: Standardized .agents/skills/ida-pro-mcp/ specification minimizing context window bloat.
  • Automated Installer: Single-command setup with --auto and clean uninstallation with --uninstall.

🚀 Instant Auto-Installation (No Manual Extraction Needed)

Linux & macOS (One-Line Install)

curl -fsSL https://github.com/GrecAndrei/ida-pro-mcp/releases/download/v1.0.0a1/install.sh | bash

Or download install.sh from the release assets below and run ./install.sh.

Windows (One-Click Install)

Download install.bat from the release assets below and double-click it. It auto-detects Python, configures IDA Pro, sets up your AI coding tools, and installs skills automatically.

Linux Standalone Binary

Download ida-pro-mcp-installer-linux-x86_64 from the release assets below, run chmod +x and execute it directly.


Links