#130 · Primary category: Cybersecurity & Decryption Tools

ida-mcp-rs

headless idalib idapro mcp mcp-server rust rust-lang

Headless IDA Pro MCP Server

Project last updated:08/29/26

GitHub Stars

764

Forks

60

Contributors

4

License

MIT

Why we included this project

Reverse engineers who want an AI assistant to handle the grunt work of a disassembly session can point this at their IDA install and get a working MCP server. It runs IDA Pro headless and exposes functions, decompilation, and binary inspection as standard Model Context Protocol tool calls, so an agent can query the disassembler without anyone driving the GUI. That fits malware analysis, vulnerability research, and binary auditing, where the tedious parts of a session are exactly what you want to automate. The Rust implementation keeps the server light and scriptable, and it tracks IDA versions 9.2 through 9.4, so teams that already hold IDA licenses can drop it into their workflow.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category