IDA MCP
OfficialIDA MCP
⚠️ Prelanzamiento experimental ⚠️
Este repositorio se encuentra en desarrollo activo (WIP), no lo uses.
Plugin para la GUI de IDA
Para dar soporte a instancias de la GUI de IDA cuando uses IDA MCP, instala el plugin:
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-mcpNota: Sin el plugin de GUI, IDA MCP solo funcionará en modo headless.
Related MCP server: IDA Auto MCP
Instalación de MCP
Requisitos
Instalado en tu PATH
IDA 9.4 o superior con idalib y Python 3.11+
Los otros servidores IDA MCP deben estar deshabilitados para reducir la confusión del agente.
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#latestOtros agentes
Configura un servidor MCP stdio normal en tu configuración JSON de MCP:
{
"mcpServers": {
"ida": {
"command": "uvx",
"args": [
"ida-nexus",
"mcp",
"--agent=my-agent"
]
}
}
}uvx resuelve la última versión estable de ida-nexus desde PyPI, por lo que esta configuración no necesita actualizarse en cada lanzamiento. Actualmente se requiere la resolución de dependencias de prelanzamiento porque ida-domain se publica como una versión de desarrollo.
--agent=my-agent es una etiqueta elegida por el usuario (como claude-code, cursor, my-custom-agent, etc.) que se usa para diferenciar sesiones en un panel de métricas.
Hemos probado los siguientes clientes, pero cualquier cliente MCP debería funcionar de manera similar:
Ejemplo de uso
Inicia tu entorno de agente y pregúntale algo como:
Realiza ingeniería inversa de /path/to/sample.elf para mí
Para probar la integración con la GUI, abre algo en IDA y pregúntale a tu entorno:
¿Qué tengo abierto en la GUI de IDA?
Desarrolladores: IDA Nexus
El proyecto IDA MCP está construido sobre IDA Nexus, que permite a múltiples clientes compartir y operar sin problemas sobre bases de datos de IDA.
Puedes crear tus propias herramientas sobre la biblioteca ida-nexus; consulta la documentación para obtener más información.
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