Skip to main content
Glama

Ghidra MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
setup_context

Run Ghidra headless decompilation to export binary context.

list_functions

List all function names from the loaded binary.

get_pseudocode

Get pseudocode for a specific function by name.

list_structures

List all structure names from the loaded binary.

get_structure

Get details of a specific structure by name.

list_enums

List all enum names from the loaded binary.

get_enum

Get details of a specific enum by name.

list_function_definitions

List all function definition names from the loaded binary.

get_function_definition

Get details of a specific function definition by name.

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/Bamimore-Tomi/ghidra_mcp'

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