GhidraMCP

An MCP server empowering AI agents to autonomously reverse engineer applications with Ghidra.

Categories
Specialized Tools
Self-Hosted
Java
Our Take

Aimed at the cybersecurity and reverse engineering community, GhidraMCP is a powerful tool that connects LLMs to the core functionality of the NSA's Ghidra software. It enables AI to decompile, analyze, and even rename methods in binaries, showcasing the potential of agents in deep technical analysis.

Quick Start
// 1. Install the Ghidra plugin from the latest release.
  // 2. Restart Ghidra and ensure the plugin is enabled.
  // 3. Configure your MCP client to run the python bridge script:
  {
    "mcpServers": {
      "ghidra": {
        "command": "python",
        "args": ["/path/to/bridge_mcp_ghidra.py"]
      }
    }
  }