Skip to main content
Glama

Ghidra MCP Server

setup_context

Export binary context using Ghidra in headless mode. Extracts functions, pseudocode, structs, and enums for reverse-engineering analysis.

Instructions

Run Ghidra headless decompilation to export binary context.

Input Schema

NameRequiredDescriptionDefault
binary_pathNo/Users/tomi/Documents/ghidra_mcp/crackme
ghidra_pathNo/Users/tomi/Downloads/ghidra_11.3.1_PUBLIC

Input Schema (JSON Schema)

{ "properties": { "binary_path": { "default": "/Users/tomi/Documents/ghidra_mcp/crackme", "title": "Binary Path", "type": "string" }, "ghidra_path": { "default": "/Users/tomi/Downloads/ghidra_11.3.1_PUBLIC", "title": "Ghidra Path", "type": "string" } }, "title": "setup_contextArguments", "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/Bamimore-Tomi/ghidra_mcp'

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