security

Ida Pro Mcp

MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically.

python
local
security
0
View on GitHub

Installation

npx -y mrexodia/ida-pro-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "ida-pro-mcp",
  "command": "npx",
  "args": [
    "-y",
    "mrexodia/ida-pro-mcp"
  ]
}

About This MCP Server

mrexodia/ida-pro-mcp

MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically.

GitHub: https://github.com/mrexodia/ida-pro-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub