Headless IDA MCP Server
謝辞
このプロジェクトは、以下の作業に基づいて構築されています。
ツールコードは mrexodia のida-pro-mcpから改変しました
DennyDaiのheadless-idaライブラリを利用する
ヘッドレスIDA MCPサーバー
IDA プラグインを対話的に実行するのではなく、サーバーを CLI アプリとして直接実行する場合は、それを選択できます。
プロジェクトの説明
このプロジェクトは、IDA Pro のヘッドレス モードを使用してバイナリ ファイルを分析し、関数や変数などを管理および操作するためのツール スイートを MCP 経由で提供します。
Related MCP server: IDA Auto MCP
前提条件
Python 3.12以上
ヘッドレスサポート付き IDA Pro (idat) https://github.com/DennyDai/headless-ida
インストール
プロジェクトをローカルに複製します。
git clone https://github.com/cnitlrt/headless-ida-mcp-server.git cd headless-ida-mcp-server依存関係をインストールします:
uv python install 3.12 uv venv --python 3.12 uv pip install -e .
構成
サンプル環境ファイルをコピーします。
cp .env_example .env.envで次の環境変数を設定します。IDA_PATH: IDA Pro のヘッドレス実行可能ファイル (idat) へのパス (例:/home/ubuntu/idapro/idatPORT: MCPサーバーのポート番号(例:8888HOST: MCP サーバーのホスト アドレス (例:127.0.0.1TRANSPORT: MCPトランスポートモード(sseまたはstdio)
使用法
サーバーを起動します。
uv run headless_ida_mcp_serverMCP クライアントを使用してサーバーに接続します。
デバッグします:
npx -y @modelcontextprotocol/inspectorまたは
{ "mcpServers": { "ida": { "command": "/path/to/uv", "args": ["--directory","path/to/headless-ida-mcp-server","run","headless_ida_mcp_server"] } } }


This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceMCP server for reverse engineering that enables interaction with IDA Pro for analysis tasks such as decompilation, disassembly, and memory engagement reports.2446MIT
- FlicenseNot gradedqualityCmaintenanceA headless IDA Pro MCP server that enables AI agents to automatically open, analyze, and query multiple binary files simultaneously without manual GUI interaction. It provides 36 tools for tasks like decompilation, disassembly, and cross-reference analysis through IDA's idalib library.11
- FlicenseNot gradedqualityCmaintenanceA headless MCP server that manages multiple independent IDA Pro worker processes for reverse engineering, supporting database operations and debug tools.12
- AlicenseNot gradedqualityDmaintenanceHeadless MCP server for IDA Pro enabling on-demand database loading and programmatic reverse engineering workflows via MCP tools.18MIT
Related MCP Connectors
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP server for Klever blockchain smart contract development.
Remote MCP server for XDaLa workflow preparation on XGR.Network.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cnitlrt/headless-ida-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server