Headless IDA MCP Server
Expresiones de gratitud
Este proyecto se basa en el trabajo de:
Código de herramientas adaptado de ida-pro-mcp por mrexodia
Utiliza la biblioteca headless-ida de DennyDai
Servidor IDA MCP sin cabeza
Si desea ejecutar el servidor directamente como una aplicación CLI, en lugar de un complemento IDA de forma interactiva, puede elegirlo.
Descripción del proyecto
Este proyecto utiliza el modo sin cabeza de IDA Pro para analizar archivos binarios y proporciona un conjunto de herramientas a través de MCP para administrar y manipular funciones, variables y más.
Related MCP server: IDA Auto MCP
Prerrequisitos
Python 3.12 o superior
IDA Pro con soporte sin cabeza (idat) https://github.com/DennyDai/headless-ida
Instalación
Clonar el proyecto localmente:
git clone https://github.com/cnitlrt/headless-ida-mcp-server.git cd headless-ida-mcp-serverInstalar dependencias:
uv python install 3.12 uv venv --python 3.12 uv pip install -e .
Configuración
Copie el archivo de entorno de ejemplo:
cp .env_example .envConfigure las siguientes variables de entorno en
.env:IDA_PATH: Ruta al ejecutable sin cabeza de IDA Pro (idat), por ejemplo,/home/ubuntu/idapro/idatPORT: Número de puerto para el servidor MCP, por ejemplo,8888HOST: Dirección de host del servidor MCP, por ejemplo,127.0.0.1TRANSPORT: Modo de transporte MCP (sseostdio)
Uso
Iniciar el servidor:
uv run headless_ida_mcp_serverConectarse al servidor mediante un cliente MCP:
Depurarlo:
npx -y @modelcontextprotocol/inspectoro
{ "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