{"repo":"RamuneIDA/Ramune-ida","free":true,"listed":false,"github":"https://github.com/RamuneIDA/Ramune-ida","clone":"git clone https://github.com/RamuneIDA/Ramune-ida.git","description":"Headless IDA Pro MCP Server — expose IDA Pro's reverse engineering capabilities to AI agents for more efficient automated analysis.","language":"Python","stars":31,"topics":[],"license":null,"category":"mcp-servers","readme_excerpt":"Ramune-ida [WIP] This project is under active development. APIs and features may change without notice. The main branch contains unstable updates. For stable versions, please use commits marked with release tags. Headless IDA Pro MCP Server — expose IDA Pro's reverse engineering capabilities to AI agents via the Model Context Protocol. 中文版 --- What is this? Ramune-ida runs IDA Pro (idalib) in headless mode and wraps it as an MCP server. AI agents like Claude, Cursor, or any MCP-compatible client can decompile functions, rename symbols, set types, and execute arbitrary IDAPython — all through structured tool calls. Key Design Decisions Process separation — The MCP server and IDA run in separate processes. The server is pure async Python; each IDA worker is a single-threaded subprocess communicating via dedicated fd-pair pipes (JSON line protocol). This eliminates all thread-safety issues that plague IDA SDK usage. Plugin architecture — Tools are defined by metadata (description, parameters, tags) and handler functions. The server discovers tools at startup, dynamically generates MCP tool functions, and dispatches calls to the worker. Adding a new tool requires only a metadata file and a handler — no boilerplate registration code. Worker is stateless — Workers are disposable command executors. All management state (task queues, crash recovery) lives in the Project layer. If a worker crashes, the project spawns a new one and reopens the IDB transparently. Architecture Tools Ramu","default_branch":null,"files":null,"tree":[],"storefront":"/r/RamuneIDA","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/RamuneIDA/Ramune-ida/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}