Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by mrexodia • Testing & QA
A Model Context Protocol (MCP) server that exposes IDA Pro functionality to MCP clients for reverse engineering and automation.
Query and decompile functions, inspect pseudocode, add comments, and rename functions or local/global variables directly inside an IDB.
Enumerate and search IDA database artifacts (functions, strings, imports, globals, and structures) and programmatically adjust types and prototypes.
Perform dynamic debugging tasks (set/clear breakpoints, step, read registers and call stack) using the available unsafe debugger operations when enabled.
This repository provides an MCP server and IDA plugin that lets LLM-based clients (Cline, Claude, Roo Code, etc.) interact programmatically with an open IDA database. It exposes many IDA operations (decompilation, disassembly, renaming, type changes, reading memory, structure analysis, listing functions/strings/imports) and includes optional unsafe debugger controls (breakpoints, registers, stepping). Installation is automated via pip/uv and the plugin; it also supports SSE transport and a headless mode with idalib. The server is easy to extend — new MCP methods can be added by annotating functions in the plugin.
Check if the IDA plugin is running
Get metadata about the current IDB
Get a function by its name
Get a function by its address
Get the address currently selected by the user
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.