-
securityF
license-
qualityA Model Context Protocol server for reading and analyzing binary files, with initial support for Unreal Engine asset files (.uasset).
Last updated -
Python
该项目建立在以下工作基础之上:
如果您想直接将服务器作为 cli 应用程序运行,而不是以交互方式运行 IDA 插件,您可以选择它。
该项目使用 IDA Pro 的无头模式来分析二进制文件,并通过 MCP 提供一套工具来管理和操作函数、变量等。
.env
中配置以下环境变量:IDA_PATH
: IDA Pro 的无头可执行文件 (idat) 的路径,例如/home/ubuntu/idapro/idat
PORT
:MCP 服务器的端口号,例如8888
HOST
:MCP 服务器的主机地址,例如127.0.0.1
TRANSPORT
:MCP 传输模式( sse
或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