ida-pro-mcp-gateway

ida-pro-mcp-gateway

Enables AI to manage multiple IDA Pro instances simultaneously by acting as a gateway, resolving port conflicts.

Category
Visit Server

README

IDA Pro MCP Gateway

這個 repo 是用 Gemini-3-pro 產出的

身為一名(不專業的)逆向工程研究員,總是會同時開好幾個 IDA 視窗並且與 AI 合作逆向分析

ida-pro-mcp 的設計因為多開造成 port 衝突時

port number 會自動變更,要手動修改 MCP Settings 太麻煩了,所以就寫一個 MCP Gateway 讓 AI 可以一次處理所有 IDA instance

Requirements

Installation

  1. git clone this repo and cd.
  2. npm install
  3. Configure 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。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured