Releases: GrecAndrei/ida-pro-mcp
Releases · GrecAndrei/ida-pro-mcp
Release list
ida-pro-mcp v1.0.0a1
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
idatengine with automatic crash recovery, alongside an in-processidalibkernel 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
--autoand 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 | bashOr 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.