Skip to main content
Glama
Claude-Reverser

IDA-instances-MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IDADIRNoThe IDA Pro installation directory, required for headless runs (e.g. when using the idalib supervisor).
IDA_MCP_API_KEYNoInstance API key to be used instead of the auto-generated one. The key gates every HTTP endpoint.
IDA_MCP_UPLOAD_DIRNoDirectory where uploaded binaries are stored.~/.idapro/mcp/uploads
IDA_MCP_MAX_WORKERSNoDefault value for --max-workers, the maximum concurrent databases.4
IDA_MCP_API_KEY_FILENoFile path to where the API key is read from (or written to).~/.idapro/mcp/api_key
IDA_MCP_IDLE_TIMEOUTNoMinutes before an untouched session is auto-closed (0 disables).60
IDA_MCP_OPEN_TIMEOUTNoMax seconds for open + auto-analysis before reap (0 = unlimited).1800
IDA_MCP_TRACE_MAX_MBNoTrace log cap stored inside the IDB (in megabytes).64
IDA_MCP_MAX_UPLOAD_MBNoCap for POST /upload request bodies (in megabytes).100
IDA_MCP_PROXY_TIMEOUTNoGUI-proxy → IDA upstream timeout (0 = unlimited).900
IDA_MCP_NO_UPDATE_CHECKNoSet to '1' to disable the GitHub release check.
IDA_MCP_HEALTH_RPC_TIMEOUTNoHealth probe RPC timeout in seconds.10.0
IDA_MCP_HEALTH_TCP_TIMEOUTNoHealth probe TCP timeout in seconds.2.0
IDA_MCP_WORKER_CALL_TIMEOUTNoBackstop per forwarded tool call.900
IDA_MCP_SHUTDOWN_SAVE_BUDGETNoTotal save budget for all databases on SIGTERM, in seconds.120
IDA_MCP_SHUTDOWN_SAVE_TIMEOUTNoPer-database save timeout on SIGTERM, in seconds.30

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Claude-Reverser/IDA-instances-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server