Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Host address for the MCP server, e.g., 127.0.0.1 | |
PORT | No | Port number for the MCP server, e.g., 8888 | |
IDA_PATH | Yes | Path to IDA Pro's headless executable (idat), e.g., /home/ubuntu/idapro/idat | |
TRANSPORT | No | MCP transport mode (sse or stdio) | |
BINARY_PATH | Yes | Path to the binary file for analysis, e.g., ./test/main |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |