
IDA CLI
by cpkt9762
Headless IDA Pro MCP server for AI-assisted binary analysis, powered by idalib
What it does
IDA CLI provides a headless interface to IDA Pro, enabling AI agents to perform deep binary analysis. It allows the AI to open PE, ELF, and Mach-O binaries, disassemble code, and decompile functions using the Hex-Rays decompiler, effectively turning IDA Pro into a toolset for LLMs.
Tools
list-functions: Lists and resolves functions in the binary.decompile: Decompiles a specific address using Hex-Rays.query-segments: Queries binary segments, strings, and symbols.read-bytes: Reads raw bytes or strings from the binary.query-xrefs: Finds cross-references to/from a specific address.run-script: Executes IDAPython snippets for custom analysis.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"ida-cli": {
"command": "~/.agents/skills/ida-cli/scripts/ida-cli.sh",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Desktop
- Codex
Quick install
npx -y skills add https://github.com/cpkt9762/ida-cli --skill ida-cli --agent codex --yes --globalInformation
- Pricing
- free
- Published
- 5/24/2026
- stars






