Enables vibe reversing in IDA Pro through a Model Context Protocol server.
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.