Ghidra plugin and MCP bridge that lets AI assistants inspect, decompile, rename, comment, and analyze binaries through Ghidra reverse-engineering workflows.
Reverse engineering may be legally restricted; confirm authorization before analyzing third-party or proprietary binaries., Malware, exploit samples, and unknown binaries should be handled in isolated environments with limited network and filesystem access., LLM-generated names, comments, and conclusions must be verified against Ghidra decompiler output, disassembly, imports, exports, and xrefs., Keep backups of Ghidra projects before allowing an agent to rename symbols, alter comments, or save project state.
Privacy notes
Binaries, function names, strings, imports, exports, decompilation output, comments, and analysis notes may be sent to the MCP client and model., Extracted strings and decompiled code can expose proprietary logic, credentials, API endpoints, malware indicators, or customer data., Generated reports can reveal sensitive vulnerability research or product internals.
Author
LaurieWired
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-05
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
4 safety and 3 privacy notes across 5 risk areas. Review closely: credentials & tokens, permissions & scopes, network access, third-party handling.
5 areas
SafetyPermissions & scopesReverse engineering may be legally restricted; confirm authorization before analyzing third-party or proprietary binaries.
SafetyNetwork accessMalware, exploit samples, and unknown binaries should be handled in isolated environments with limited network and filesystem access.
SafetyGeneralLLM-generated names, comments, and conclusions must be verified against Ghidra decompiler output, disassembly, imports, exports, and xrefs.
SafetyGeneralKeep backups of Ghidra projects before allowing an agent to rename symbols, alter comments, or save project state.
PrivacyThird-party handlingBinaries, function names, strings, imports, exports, decompilation output, comments, and analysis notes may be sent to the MCP client and model.
PrivacyCredentials & tokensExtracted strings and decompiled code can expose proprietary logic, credentials, API endpoints, malware indicators, or customer data.
PrivacyGeneralGenerated reports can reveal sensitive vulnerability research or product internals.
Safety notes
Reverse engineering may be legally restricted; confirm authorization before analyzing third-party or proprietary binaries.
Malware, exploit samples, and unknown binaries should be handled in isolated environments with limited network and filesystem access.
LLM-generated names, comments, and conclusions must be verified against Ghidra decompiler output, disassembly, imports, exports, and xrefs.
Keep backups of Ghidra projects before allowing an agent to rename symbols, alter comments, or save project state.
Privacy notes
Binaries, function names, strings, imports, exports, decompilation output, comments, and analysis notes may be sent to the MCP client and model.
Extracted strings and decompiled code can expose proprietary logic, credentials, API endpoints, malware indicators, or customer data.
Generated reports can reveal sensitive vulnerability research or product internals.
Prerequisites
Installed Ghidra.
Python 3.
MCP Python SDK dependencies required by the project.
Latest GhidraMCP release zip imported as a Ghidra extension.
Authorization to analyze the target binary, firmware, sample, or project.
GhidraMCP is a Ghidra extension and MCP bridge for AI-assisted reverse
engineering. It exposes Ghidra functionality to MCP clients so an assistant can
inspect binaries, decompile functions, list methods, list classes, review
imports and exports, rename methods and data, and build analysis notes.
The project includes a Ghidra plugin and a Python bridge that connects MCP
clients to the Ghidra plugin's local server. Its README documents default local
ports and optional bridge arguments for Claude Desktop, Cline, and 5ire.
These sources were reviewed on 2026-06-05. Prefer the live repository and
release page for the current extension zip, bridge arguments, default ports, and
client-specific setup instructions.
Features
Ghidra plugin plus Python MCP bridge.
Decompile and analyze binaries through Ghidra.
Rename methods and data from an MCP client.
List methods, classes, imports, and exports.
Claude Desktop config example and SSE remote-server example for Cline.
Configurable Ghidra plugin server port and MCP bridge host/port.
Installation
Install the latest GhidraMCP release zip as a Ghidra extension, restart Ghidra,
and enable the GhidraMCP plugin under Ghidra's developer tools.
For clients that use SSE, run the Python bridge with the transport option and
follow the repository's current instructions for host, port, and Ghidra server
arguments.
python bridge_mcp_ghidra.py --transport sse
Use Cases
Ask an assistant to summarize a binary's entry points and imports.
Decompile selected functions and draft reverse-engineering notes.
Rename symbols after human-reviewed analysis.
Compare Ghidra decompiler output with disassembly for suspicious functions.
Build a report from imports, exports, functions, and strings.
Safety and Privacy
Use GhidraMCP only on binaries you are authorized to analyze. Treat unknown
binaries and malware samples as hostile, and isolate the environment before
opening them. Verify all agent-generated comments, names, and reports before
saving or sharing them.
Duplicate Check
No LaurieWired/GhidraMCP entry or source URL was found in content/mcp. This
entry is separate from IDA Pro MCP and other security-analysis content.
Show that GhidraMCP Server is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/ghidramcp-server)
How it compares
GhidraMCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
Ghidra plugin and MCP bridge that lets AI assistants inspect, decompile, rename, comment, and analyze binaries through Ghidra reverse-engineering workflows.
Apache-licensed Ghidra MCP bridge with GUI and headless workflows for binary analysis, decompilation, scripting, debugger access, batch operations, and Ghidra Server collaboration.
MCP server and Claude Code plugin for connecting IDA Pro or headless idalib to AI assistants for reverse engineering, decompilation, xref lookup, renaming, commenting, and binary analysis workflows.
✓Reverse engineering may be legally restricted; confirm authorization before analyzing third-party or proprietary binaries.
Malware, exploit samples, and unknown binaries should be handled in isolated environments with limited network and filesystem access.
LLM-generated names, comments, and conclusions must be verified against Ghidra decompiler output, disassembly, imports, exports, and xrefs.
Keep backups of Ghidra projects before allowing an agent to rename symbols, alter comments, or save project state.
✓Use this server only for binaries and systems you are authorized to inspect, debug, emulate, modify, document, or reverse engineer.
The tool surface includes write-capable operations such as renaming, typing, commenting, label changes, script execution, structure creation, and project/version-control workflows.
Unknown binaries, malware samples, debugger targets, and imported scripts can be dangerous; isolate analysis environments and avoid running untrusted code on a primary workstation.
Headless, Docker, CI, and Ghidra Server workflows can affect shared repositories or automated pipelines if configured with write access.
Keep human review on operations that change analysis state, scripts, project metadata, or shared Ghidra Server content.
✓Reverse engineering may be legally or contractually restricted; confirm authorization before analyzing proprietary binaries or third-party samples.
Malware samples and exploit tooling should be handled in isolated environments with network and filesystem controls.
LLMs can hallucinate reverse-engineering conclusions; verify findings against disassembly, decompiler output, xrefs, and reproducible scripts.
Do not let an agent patch, rename, comment, or save IDA databases used for evidence without review and backups.
✓Use this server only for APKs and Android applications you own, are responsible for, or are explicitly authorized to inspect.
The plugin exposes decompiled classes, methods, fields, smali, manifests, strings, resources, xrefs, and debugger state to the MCP client.
Rename and refactor tools can modify JADX project state and naming decisions; review changes before saving project output or using generated reports.
The architecture docs describe a local plugin service with no built-in authentication; keep it bound to localhost unless you add network controls.
Optional HTTP mode for the MCP server should not be exposed to untrusted networks without authentication, TLS, and firewall restrictions.
Decompiled strings, manifests, and resources can contain prompt-injection text or untrusted content; treat tool output as untrusted input.
Privacy notes
✓Binaries, function names, strings, imports, exports, decompilation output, comments, and analysis notes may be sent to the MCP client and model.
Extracted strings and decompiled code can expose proprietary logic, credentials, API endpoints, malware indicators, or customer data.
Generated reports can reveal sensitive vulnerability research or product internals.
✓Tool calls may expose binary names, file paths, hashes, strings, imports, exports, symbols, decompiled code, comments, type names, project names, repository URLs, debugger state, memory reads, and trace metadata.
Reverse engineering projects often contain proprietary firmware, customer binaries, vulnerability findings, credentials embedded in samples, exploit indicators, and private research notes.
MCP client logs, model transcripts, Ghidra project history, Docker volumes, CI logs, and Ghidra Server repositories may retain sensitive analysis data.
Do not commit private binaries, generated Ghidra projects, debugger traces, analysis exports, credentials, proprietary symbols, or customer-specific reverse engineering notes.
✓Binaries, IDA databases, symbol names, strings, comments, decompiler output, and vulnerability findings may be sent to the MCP client and model.
Proprietary firmware, customer crash samples, malware indicators, license keys, and embedded secrets can appear in extracted strings or decompiled code.
Reports and prompts may reveal unreleased product internals or sensitive security research.
✓APK source, package names, manifests, resources, strings, selected text, debugger variables, and analysis prompts may be sent to the model provider.
Debugger tools can expose runtime values, tokens, identifiers, device data, or user information from the analyzed application.
Reverse-engineering work can reveal proprietary code, licensed assets, customer data, or confidential security findings.
Avoid uploading malware samples, third-party apps, client applications, or regulated data to external model providers without approval.
Prerequisites
Installed Ghidra.
Python 3.
MCP Python SDK dependencies required by the project.
Latest GhidraMCP release zip imported as a Ghidra extension.
Ghidra 12.1 or a compatible version installed and available on the local machine or analysis host.
Java 21, Maven 3.9 or newer, Python 3.10 or newer, and Python package installation available.
Ghidra extension deployment permissions for the user profile or headless environment.
Authorization to analyze the binaries, firmware, traces, symbols, and shared Ghidra projects loaded into the tool.
IDA Pro 8.3 or newer, with IDA Pro 9 recommended; IDA Free is not supported.
Python 3.11 or newer and uv.
Globally activated idalib for the headless Claude Code plugin path.
Supported MCP client such as Claude Code, Claude Desktop, Codex, Cursor, Gemini CLI, or another documented host.
Java 11 or newer and JADX-GUI installed.
Python and uv available for installing or running the companion MCP server.
The JADX AI MCP plugin installed in JADX-GUI.
An Android APK, JADX project, or reverse-engineering target you are authorized to analyze.