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
Installation
npx -y LaurieWired/GhidraMCPConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub