Servers
IDA Pro MCP
@mrexodia
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github.com/mrexodia/ida-pro-mcp": {
"command": "uv",
"args": [
"--directory",
"c:\\MCP\\ida-pro-mcp",
"run",
"server.py"
],
"timeout": 600
}
}
}