Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
ida_get_function_assembly_by_nameC

Get assembly code for a function by name

ida_get_function_assembly_by_addressC

Get assembly code for a function by address

ida_get_function_decompiled_by_nameC

Get decompiled pseudocode for a function by name

ida_get_function_decompiled_by_addressC

Get decompiled pseudocode for a function by address

ida_get_global_variable_by_nameC

Get information about a global variable by name

ida_get_global_variable_by_addressC

Get information about a global variable by address

ida_get_current_function_assemblyB

Get assembly code for the function at the current cursor position

ida_get_current_function_decompiledB

Get decompiled pseudocode for the function at the current cursor position

ida_rename_local_variableC

Rename a local variable within a function in the IDA database

ida_rename_global_variableC

Rename a global variable in the IDA database

ida_rename_functionB

Rename a function in the IDA database

ida_rename_multi_local_variablesC

Rename multiple local variables within a function at once in the IDA database

ida_rename_multi_global_variablesC

Rename multiple global variables at once in the IDA database

ida_rename_multi_functionsC

Rename multiple functions at once in the IDA database

ida_add_assembly_commentC

Add a comment at a specific address in the assembly view of the IDA database

ida_add_function_commentC

Add a comment to a function in the IDA database

ida_add_pseudocode_commentC

Add a comment to a specific address in the function's decompiled pseudocode

ida_execute_scriptC

Execute a Python script in IDA Pro and return its output. The script runs in IDA's context with access to all IDA API modules.

ida_execute_script_from_fileB

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

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

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