A
securityA
licenseA
qualityA Model Context Protocol server for IDA interaction and automation. This server provides tools to read IDA database via Large Language Models.
Last updated -
19
466
MIT License
This project builds upon the work of:
If you want to run the server directly as a cli app, rather than an IDA plugin interactively,you can chose it.
This project uses IDA Pro's headless mode to analyze binary files and provides a suite of tools via MCP to manage and manipulate functions, variables, and more.
.env
:IDA_PATH
: Path to IDA Pro's headless executable (idat), e.g., /home/ubuntu/idapro/idat
PORT
: Port number for the MCP server, e.g., 8888
HOST
: Host address for the MCP server, e.g., 127.0.0.1
TRANSPORT
: MCP transport mode (sse
or stdio
)This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
通过 IDA Pro 的无头模式提供远程二进制分析功能的服务器,允许用户通过多客户端协议管理和操作函数、变量和其他二进制元素。
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