ida-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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