ida-pro-mcp

ida-pro-mcp

2,081

IDA Pro MCP is a Model Context Protocol Server designed to facilitate reverse engineering tasks within IDA Pro by providing a range of functions for metadata retrieval, function management, and debugging. This project aims to simplify the installation process and expand functionalities with minimal overhead.

check_connection

Check if the IDA plugin is running

get_metadata

Get the metadata of the current IDB

get_function_by_name

Get the function by name

get_function_by_address

Get the function by address

decompile_function

Decompile functions

set_comment

Set comments

rename_local_variable

Rename local variables

rename_function

Rename the function

declare_c_type

Create or update local types from C declaration