IDA Pro MCP
@mrexodia
关于 IDA Pro MCP
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"github.com/mrexodia/ida-pro-mcp": {
"command": "uv",
"args": [
"--directory",
"c:\\MCP\\ida-pro-mcp",
"run",
"server.py"
],
"timeout": 600
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is IDA Pro MCP?
IDA Pro MCP is a simple MCP (Model Context Protocol) server that connects AI coding assistants to IDA Pro for reverse engineering, enabling "vibe reversing" by allowing LLMs to interact with a binary database through MCP tools. It is intended for users who want to analyze binaries using AI assistants alongside IDA Pro.
How to use IDA Pro MCP?
Install prerequisites (Python 3.11+, IDA Pro 8.3+, and a supported MCP client). For headless use with Claude Code, install via the Claude marketplace plugin; for GUI use, install the pip package and run ida-pro-mcp --install. Then start the server with uv run idalib-mcp --stdio or over HTTP/SSE, and configure your MCP client with the server's JSON configuration (obtainable via ida-pro-mcp --config).
Key features of IDA Pro MCP
- Connects LLMs to IDA Pro via MCP tools.
- Headless operation via
idalib‑mcpsupervisor. - GUI plugin for interactive use (will be deprecated).
- Persistent, self‑managing database workers.
- Supports both stdio and HTTP/SSE transports.
Use cases of IDA Pro MCP
- Analyze a crackme with an LLM that adds comments and renames variables.
- Perform automated malware analysis while documenting findings in markdown.
- Open multiple databases simultaneously and switch between sessions.
FAQ from IDA Pro MCP
What are the prerequisites?
Python 3.11 or higher, IDA Pro 8.3 or higher (not IDA Free), and a supported MCP client.
Does IDA Pro MCP work headlessly?
Yes. After installing idalib, you can run uv run idalib-mcp --stdio or over HTTP/SSE to start a headless server.
How do I configure the MCP client?
Run ida-pro-mcp --config to get the JSON configuration block for your MCP client.
What transports are supported?
Stdio (for clients like Claude Code) and HTTP/SSE (bind to an address and port, e.g. --transport http://127.0.0.1:8744/sse).
What happens if I open a binary that is already loaded?
The headless worker adopts the existing session transparently; there is no separate "shared" mode to enable.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论