mcpyghidra

nightwing-us/mcpyghidra
★ 2 stars Python AI/LLM Updated 13d ago
MCP server exposing Ghidra reverse-engineering tools to LLM clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpyghidra": {
      "command": "uvx",
      "args": [
        "mcpyghidra"
      ]
    }
  }
}

Or install with pip: pip install mcpyghidra

README Excerpt

An MCP (Model Context Protocol) server that exposes [Ghidra](https://ghidra-sre.org/) reverse-engineering capabilities to LLM clients. Built on [pyghidra-decaf](https://github.com/nightwing-us/pyghidra-decaf). MCPyGhidra exposes binary analysis capabilities via MCP: decompilation, disassembly, symbol lookup, cross-references, type inspection, binary patching, and scriptable analysis.

Topics

binary-analysisghidrallmmcppyghidrareverse-engineering