IDA MCP
OfficialIDA MCP
⚠️ 実験的プレリリース ⚠️
このリポジトリは活発に開発中の WIP です。使用しないでください。
IDA GUI プラグイン
IDA MCP を使用する際に IDA GUI インスタンスをサポートするには、プラグインをインストールしてください:
uvx ida-hcli plugin install https://github.com/HexRaysSA/ida-mcp
# or if you have hcli installed:
hcli plugin install https://github.com/HexRaysSA/ida-mcp注: GUI プラグインがない場合、IDA MCP はヘッドレスでのみ動作します。
Related MCP server: IDA Auto MCP
MCP のインストール
要件
PATH にインストールされていること
idalib と Python 3.11+ を備えた IDA 9.4 以上
エージェントの混乱を減らすため、他の IDA MCP サーバーは無効にしておく必要があります
Claude Code
claude plugin marketplace add HexRaysSA/claude-marketplace
claude plugin install ida-mcp@HexRaysSACodex CLI
codex plugin marketplace add HexRaysSA/codex-marketplace
codex plugin add ida-mcp@HexRaysSAPi
pi install git:github.com/HexRaysSA/ida-mcp@latestoh-my-pi
omp plugin install github:HexRaysSA/ida-mcp#latest他のエージェント
通常の stdio MCP サーバーを MCP JSON 設定で構成してください:
{
"mcpServers": {
"ida": {
"command": "uvx",
"args": [
"ida-nexus",
"mcp",
"--agent=my-agent"
]
}
}
}uvx は PyPI から最新の安定版 ida-nexus リリースを解決するため、この設定をリリースのたびに更新する必要はありません。現在 ida-domain が開発リリースとして公開されているため、プレリリースの依存関係解決が必要です。
--agent=my-agent は、メトリクスダッシュボードでセッションを区別するために使用する、人間が選択するラベルです(claude-code、cursor、my-custom-agent など)。
以下のクライアントでテストしていますが、他の MCP クライアントでも同様に動作するはずです:
使用例
エージェントハーネスを起動し、次のように尋ねてみてください:
/path/to/sample.elf をリバースエンジニアリングして
GUI 連携をテストするには、IDA で何かを開いてハーネスに次のように尋ねてください:
IDA GUI で何を開いていますか?
開発者向け: IDA Nexus
IDA MCP プロジェクトは IDA Nexus 上に構築されています。これにより、複数のクライアントが IDA データベースをシームレスに共有して操作できます。
ida-nexus ライブラリの上に独自のツールを構築できます。詳細は ドキュメント を参照してください。
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 Connectors
Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.
Codebase intelligence for agents: 152 structured artifacts across 21 programs, one call.
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Hunt zero-days by talking to binaries. 40+ tools. Hosted, OAuth + SSO, invite: hi@byteray.ai
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.562MIT
- 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.12
- AlicenseNot gradedqualityCmaintenanceExtends IDA Pro with multi-instance support and vulnerability scanning for AI-assisted reverse engineering.10MIT
- AlicenseNot gradedqualityCmaintenanceEnables LLM clients like Claude to interact with IDA Pro for binary analysis, decompilation, cross-references, patching, and more via 41 MCP tools, 8 resources, and 7 guided prompts.50MIT
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/HexRaysSA/ida-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server