ida-pro-mcp-gateway
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ida-pro-mcp-gatewaylist current IDA connections"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IDA Pro MCP Gateway
這個 repo 是用 Gemini-3-pro 產出的
身為一名(不專業的)逆向工程研究員,總是會同時開好幾個 IDA 視窗並且與 AI 合作逆向分析
但 ida-pro-mcp 的設計因為多開造成 port 衝突時
port number 會自動變更,要手動修改 MCP Settings 太麻煩了,所以就寫一個 MCP Gateway 讓 AI 可以一次處理所有 IDA instance
Requirements
Node.JS
Related MCP server: IDA Pro MCP Multi
Installation
git clone this repo and cd.
npm installConfigure your mcp settings according to the AI agent you are using.
Example
Gemini-cli
{
"mcpServers": {
"ida-pro-mcp-gateway": {
"command": "node",
"args": [
"<Path-to-ida-mcp-gateway-repo>\\gateway.js"
]
}
}
}User: 幫我看看目前 IDA 的連接狀況
AI: 我會先檢查目前已連接的 IDA 執行個體,並掃描本機連接埠以確認是否有可用的連接。
✓ gateway_list (ida-pro-mcp-gateway MCP Server) {}
✓ gateway_scan (ida-pro-mcp-gateway MCP Server) {}
目前偵測到兩個 IDA 連接:
1. patch-me.so (Port 13337): 目前作用中 (Active)。
2. patch-me.so-13337 (Port 13337): 已偵測到但非目前作用中。
您可以直接開始進行反組譯或分析工作。如果您想切換執行個體,可以使用 gateway_switch。This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server enabling AI agents to manage Bitrix24 features via standardized protocol
Unified gateway hosting 5 Hive Civilization MCP servers (evaluator, trade, depin, compute-grid…
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with IDA Pro for reverse engineering and binary analysis tasks.212102MIT
- AlicenseNot gradedqualityCmaintenanceExtends IDA Pro with multi-instance support and vulnerability scanning for AI-assisted reverse engineering.12MIT
- AlicenseCqualityBmaintenanceEnables AI clients to interact with multiple IDA Pro instances (GUI and headless) for reverse-engineering tasks, routing each tool call to the correct database via instance_id.6611MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that enables AI agents to control IDA Pro instances via Unix-socket supervisor, providing tools for decompilation, disassembly, and Python scripting.3-