LaurieWired/GhidraMCP
by Various
MCP Server for Ghidra
MCP
LaurieWired/GhidraMCP
Added 1 June 2026
Overview
An MCP (Model Context Protocol) server that interfaces with Ghidra, the reverse engineering framework. It allows AI models to execute Ghidra scripts and automate analysis tasks through a standardized protocol.
Best for
Best for
Security researchers and reverse engineers who use Ghidra and want to leverage AI agents for scripted analysis.
Use cases
- Automate reverse engineering workflows with LLM agents that interact with Ghidra.
- Execute Ghidra scripts and queries via natural language through an MCP client.
- Integrate Ghidra analysis into AI-powered debugging and vulnerability research pipelines.
How to use
Install
python bridge_mcp_ghidra.py --transport sse --mcp-host 127.0.0.1 --mcp-port 8081 --ghidra-server http://127.0.0.1:8080/ Tested with
Claude Desktop, Cline, 5ire
Example client config
{\n "mcpServers": {\n "ghidra": {\n "command": "python",\n "args": [\n "/ABSOLUTE_PATH_TO/bridge_mcp_ghidra.py",\n "--ghidra-server",\n "http://127.0.0.1:8080/"\n ]\n }\n }\n} Notes
An MCP (Model Context Protocol) server that interfaces with Ghidra, the reverse engineering framework. It allows AI models to execute Ghidra scripts and automate analysis tasks through a standardized protocol.
9,080 stars on GitHub. Last updated 2025-06-23. Licensed Apache-2.0.
Use cases
- Automate reverse engineering workflows with LLM agents that interact with Ghidra.
- Execute Ghidra scripts and queries via natural language through an MCP client.
- Integrate Ghidra analysis into AI-powered debugging and vulnerability research pipelines.
Pros
- Enables AI-assisted automation directly within Ghidra’s environment.
- Open source with strong community adoption (9k+ stars on GitHub).
- Written in Java, integrates natively with Ghidra’s plugin architecture.
Cons
- Requires a running Ghidra instance and proper environment setup.
- Limited to users already familiar with Ghidra and the MCP ecosystem.
- Not a standalone tool; depends on an MCP client for interaction.
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables AI-assisted automation directly within Ghidra's environment.
- Open source with strong community adoption (9k+ stars on GitHub).
- Written in Java, integrates natively with Ghidra's plugin architecture.
Cons
- Requires a running Ghidra instance and proper environment setup.
- Limited to users already familiar with Ghidra and the MCP ecosystem.
- Not a standalone tool; depends on an MCP client for interaction.
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
13bm/GhidraMCP
Various
Active Socket based MCP Server for Ghidra
adancurusul/embedded-debugger-mcp
Various
A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more
astafford8488/agentaegis-mcp
Various
MCP server for cybersecurity operations — compliance, vuln scans, code security, threat intel. Pay-per-use via x402.
fosdickio/binary_ninja_mcp
Various
A Binary Ninja plugin containing an MCP server that enables seamless integration with your favorite LLM/MCP client.
hechtcarmel/jetbrains-debugger-mcp-plugin
Various
☕ 🏠 - A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.
jtang613/GhidrAssistMCP
Various
An native MCP server extension for Ghidra
magna-nz/aspnetcore-debugger-mcp
Various
MCP server that lets AI agents (Claude, Cursor) debug your .NET / ASP.NET Core app
mrexodia/ida-pro-mcp
Various
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
radareorg/r2mcp
Various
MCP stdio server for radare2
stass/lldb-mcp
Various
LLDB MCP server
zboralski/ida-headless-mcp
Various
Headless IDA Pro binary analysis via Model Context Protocol
zinja-coder/apktool-mcp-server
Various
A MCP Server for APK Tool (Part of Android Reverse Engineering MCP Suites)
zinja-coder/jadx-ai-mcp
Various
Plugin for JADX to integrate MCP server
Knight60/ArcGIS-Pro-MCP
Various
ArcGIS Pro add-in that speaks the Model Context Protocol, so an AI assistant can drive your open project in plain language — 112 tools, every geoprocessing tool, and arbitrary arcp
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
akramIOT/MCP_AI_SOC_Sher
Various
AI SOC Security Threat analysis using MCP Server
BurtTheCoder/mcp-shodan
Various
MCP server for Shodan — search internet-connected devices, IP reconnaissance, DNS lookups, and CVE/CPE vulnerability intelligence. Works with Claude Code, Codex, Gemini CLI, and Cl
bx33661/Wireshark-MCP
Various
Wireshark-MCP,Give your AI assistant a packet analyzer. Drop a .pcap file, ask questions in plain English — get answers backed by real tshark data.
fr0gger/MCP_Security
Various
This is a repository to experiment with MCP for security
Gaffx/volatility-mcp
Various
This repo hosts an MCP server for volatility3.x
gaoharimran29-glitch/Cybersecurity-MCP-Server
Various
An Open Sourced Model Context Protocol (MCP) Local server that gives Claude real-time cybersecurity reconnaissance capabilities
gbrigandi/mcp-server-wazuh
Various
MCP Server for Wazuh SIEM
girste/mcp-cybersec-watchdog
Various
🐕 Linux security audit tool
HaroldFinchIFT/vuln-nist-mcp-server
Various
MCP Server for Vulnerabilities API from NVD NIST
intruder-io/intruder-mcp
Various
An MCP server to let AI agents control Intruder
Jambozx/onlinecybertools-mcp-server
Various
MCP stdio server for onlinecybertools.com API
jonnybottles/patch-tuesday-mcp
Various
MCP server for Microsoft Patch Tuesday - query MSRC security updates, CVEs, and KBs with EPSS + CISA KEV enrichment. No API keys. Works with Claude, Copilot, Cursor, and any MCP cl
mariocandela/beelzebub
Various
A secure low code deception runtime framework, leveraging AI for System Virtualization.
muhannad-hash/mcp-shield
Various
Security scanner for MCP servers - detect backdoors, exfiltration, and prompt injection
operantlabs/operant-mcp
Various
Turn your AI agent into a hacker by plugging in this MCP
ppcvote/misp-mcp-server
Various
MISP (Malware Information Sharing Platform) MCP server with built-in prompt injection defense via prompt-defense-audit
pullkitsan/mobsf-mcp-server
Various
This MCP server uses mobsf api's to scan and analyze the apk and ipa files.
QGIS MCP
Various
Model Context Protocol (MCP) that allows LLMs to use QGIS Desktop
rev2ret/SecureAudit-MCP
Various
rev2ret/SecureAudit-MCP — indexed from awesome-mcp-servers-punkpeye
roadwy/cve-search_mcp
Various
A Model Context Protocol (MCP) server for querying the CVE-Search API
securityfortech/secops-mcp
Various
All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug b
SegfaultSorcerer/heap-seance
Various
MCP server that channels JVM forensics into structured leak verdicts — for Claude Code.
Skyrxin/sast-mcp-server
Various
[](https://glama.ai/mcp/servers/Skyrxin/sast-mcp-server) 🐍 🏠 🍎 🪟 🐧 - SAST/DAST server exposing 11 security scanners (Bandit, Semgrep, Trivy, CodeQL, Checkov, Gitleaks, OSV-Sca
UPinar/contrastapi
Various
MCP server with 53 security intelligence tools — CVE/KEV, MITRE ATLAS+D3FEND, Sigma detection rules, email security posture (SPF/DMARC), domain & web intel, threat intel.
UnboundCompute/lachesis
Various
Compiler-precise code property graph for C, Python, and TypeScript, navigable over MCP — data- and taint-flow with source→sink witnesses, points-to, and guard/sink structure for se
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.
