sobhanali09-blip/headless-ida
Provide automated binary analysis via a CLI tool using Hex-Rays' idalib without requiring the IDA Pro GUI or MCP layer.
Platform-specific configuration:
{
"mcpServers": {
"headless-ida": {
"command": "npx",
"args": [
"-y",
"headless-ida"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/sobhanali09-blip/headless-ida/releases)
headless-ida is a command line tool for analyzing binary files. It uses the idalib, which is part of IDA Pro but runs without the standard user interface. This means it works in the background and can handle automated tasks. You can use it to study programs, look for security issues, or explore how software works inside.
This tool suits anyone wanting to examine executable files or malware with a simple text interface. It helps process many files quickly without opening complex programs.
---
---
---
If this is your first time running a program like this, follow these steps carefully. You do not need programming skills to use headless-ida.
Click the bright green button below to visit the releases page, where you will download headless-ida.
[](https://github.com/sobhanali09-blip/headless-ida/releases)
Loading reviews...