Ghidra MCP Server
JSON →Exposes binary analysis data from Ghidra, including functions and pseudocode, to LLMs.
Install
pip install mcp`) Tools · 9
- setup_context Run Ghidra on a binary
- list_functions All functions
- get_pseudocode Decompiled pseudocode
- list_structures All structs
- get_structure Details of a struct
- list_enums All enums
- get_enum Enum values
- list_function_definitions All function prototypes
- get_function_definition Return type & args
Links
★ 4 GitHub stars