jtang613/GhidrAssistMCP
by Various
An native MCP server extension for Ghidra
MCP
jtang613/GhidrAssistMCP
Added 1 June 2026
Overview
GhidrAssistMCP is a native MCP server extension for Ghidra, the reverse engineering framework. It enables AI assistants to interact with Ghidra's analysis capabilities through the Model Context Protocol, allowing automated script execution and data retrieval.
Best for
Best for
Reverse engineers and security researchers who want to automate Ghidra analysis with AI assistants
Use cases
- Automating reverse engineering workflows by querying Ghidra via AI assistants
- Extracting function signatures, cross-references, or decompiled code programmatically
- Integrating Ghidra analysis into larger MCP-based toolchains
How to use
Tools exposed
get_binary_infolist_binariesopen_programclose_programimport_fileproject_filesassemble_codepatch_bytesexport_programanalysis_optionsanalyze_programanalysis_controlget_functionssearch_functions_by_nameget_function_statisticsanalyze_functionget_current_functionget_function_stack_layoutget_basic_blockscreate_function
Tested with
GhidrAssist
Example client config
{\n "host": "localhost",\n "port": 8080,\n "tools": {\n "import_file": true,\n "scripts": true,\n "export_program": true,\n "project_files": true\n }\n} Notes
GhidrAssistMCP is a native MCP server extension for Ghidra, the reverse engineering framework. It enables AI assistants to interact with Ghidra’s analysis capabilities through the Model Context Protocol, allowing automated script execution and data retrieval.
633 stars on GitHub. Last updated 2026-05-29. Licensed MIT.
Use cases
- Automating reverse engineering workflows by querying Ghidra via AI assistants
- Extracting function signatures, cross-references, or decompiled code programmatically
- Integrating Ghidra analysis into larger MCP-based toolchains
Pros
- Native integration with Ghidra without external dependencies
- Leverages MCP standard for broad AI assistant compatibility
- Open source with active community (633 stars)
Cons
- Requires Ghidra installation and familiarity with reverse engineering
- Limited to Java ecosystem and Ghidra’s scripting API
- MCP protocol adoption still niche among AI tools
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Native integration with Ghidra without external dependencies
- Leverages MCP standard for broad AI assistant compatibility
- Open source with active community (633 stars)
Cons
- Requires Ghidra installation and familiarity with reverse engineering
- Limited to Java ecosystem and Ghidra's scripting API
- MCP protocol adoption still niche among AI tools
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.