Ida Pro icon

Ida Pro

Createdmrexodia

Enables vibe reversing in IDA Pro through a Model Context Protocol server.

About

IDA Pro MCP is a lightweight Model Context Protocol (MCP) server designed to facilitate reverse engineering workflows within IDA Pro. By implementing a simple plugin, it exposes a range of functions, from retrieving function information to manipulating code comments and variable names, making it easier to integrate IDA Pro with external tools and scripts like Cline. The server prioritizes ease of installation and extensibility, allowing developers to add new features quickly without complex dependencies or boilerplate code.

Key Features

  • Decompile and disassemble functions.
  • Rename local variables and functions.
  • Get metadata about the current IDB
  • Retrieve function information by name or address.
  • Set comments in decompiled code and disassembly.
  • Modify function prototypes and local variable types.
  • 176 GitHub stars

Use Cases

  • Automating reverse engineering tasks within IDA Pro.
  • Integrating IDA Pro with external analysis tools using MCP.
  • Streamlining collaborative reverse engineering workflows.