Skip to main content
SecurityJava

LaurieWired/GhidraMCP

A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling binaries, renaming methods and data, and listing methods, classes, imports, and exports.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/LaurieWired/GhidraMCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "lauriewired-ghidramcp": {
      "command": "npx",
      "args": [
        "-y",
        "LaurieWired/GhidraMCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Java
Author
LaurieWired