Skip to main content
Glama

ida-mcp-server

ida_execute_script_from_file

Run Python scripts in IDA Pro by specifying a file path, enabling automated analysis and output retrieval directly from IDA's environment.

Instructions

Execute a Python script from a file path in IDA Pro and return its output. The file should be accessible from IDA's process.

Input Schema

NameRequiredDescriptionDefault
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "ExecuteScriptFromFile", "type": "object" }

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/MxIris-Reverse-Engineering/ida-mcp-server'

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