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
Installation
npx -y mrexodia/ida-pro-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub