security

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.

local
java
security
0
View on GitHub

Installation

npx -y LaurieWired/GhidraMCP

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "GhidraMCP",
  "command": "npx",
  "args": [
    "-y",
    "LaurieWired/GhidraMCP"
  ]
}

About This MCP Server

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.

GitHub: https://github.com/LaurieWired/GhidraMCP

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub