GhidraMCP

GhidraMCP

4,906

GhidraMCP is a Model Context Protocol server designed to enable autonomous reverse engineering of applications through large language models by leveraging Ghidra's decompiling capabilities. The project provides tools and instructions to integrate with various MCP clients, enhancing the reverse engineering process.

python
{
  "mcpServers": {
    "ghidra": {
      "command": "python",
      "args": [
        "/ABSOLUTE_PATH_TO/bridge_mcp_ghidra.py",
        "--ghidra-server",
        "http://127.0.0.1:8080/"
      ]
    }
  }
}