A Model Context Protocol (MCP) server that enables AI assistants to interact with IDA Pro for reverse engineering and binary analysis tasks.
A Model Context Protocol (MCP) server that enables AI assistants to interact with IDA Pro for reverse engineering and binary analysis tasks. The idapro mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.
This project provides a bridge between AI assistants and IDA Pro, a popular disassembler and debugger used for reverse engineering software. It consists of three main components:
Everything the assistant can do here goes through one of these:
run_ida_command — The run_ida_command tool exposed by this serversearch_immediate_value — The search_immediate_value tool exposed by this serversearch_text — The search_text tool exposed by this serversearch_byte_sequence — The search_byte_sequence tool exposed by this serverget_disassembly — The get_disassembly tool exposed by this serverget_functions — The get_functions tool exposed by this serverget_exports — The get_exports tool exposed by this serverget_strings — The get_strings tool exposed by this serverYou will need one environment variable: DEFAULT_HOST. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Idapro's toolset — run_ida_command, search_immediate_value, search_text and 5 more — is a fair guide to whether it matches your workflow. It is maintained by fdrechsler; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Idapro's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| run_ida_command | The run_ida_command tool exposed by this server. |
| search_immediate_value | The search_immediate_value tool exposed by this server. |
| search_text | The search_text tool exposed by this server. |
| search_byte_sequence | The search_byte_sequence tool exposed by this server. |
| get_disassembly | The get_disassembly tool exposed by this server. |
| get_functions | The get_functions tool exposed by this server. |
| get_exports | The get_exports tool exposed by this server. |
| get_strings | The get_strings tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| DEFAULT_HOST | Endpoint or connection string the server talks to. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.