Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

run_ida_command_filebased

Execute IDA Pro scripts (IdaPython, Version 8.3) via file paths to perform reverse engineering and binary analysis, with outputs saved to a specified location.

Instructions

(FOR IDE USAGE) Execute an IDA Pro Script (IdaPython, Version IDA 8.3)

Input Schema

NameRequiredDescriptionDefault
outputPathNoabsolute Path to save the scripts output to
scriptPathYesabsolute Path to the script file to execute

Input Schema (JSON Schema)

{ "properties": { "outputPath": { "description": "absolute Path to save the scripts output to", "type": "string" }, "scriptPath": { "description": "absolute Path to the script file to execute", "type": "string" } }, "required": [ "scriptPath" ], "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/fdrechsler/mcp-server-idapro'

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