security
GhidraMCP
MCP server for integrating Ghidra with AI assistants. This plugin enables binary analysis, providing tools for function inspection, decompilation, memory exploration, and import/export analysis via the Model Context Protocol.
python
local
java
security
Installation
npx -y 13bm/GhidraMCPConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "GhidraMCP",
"command": "npx",
"args": [
"-y",
"13bm/GhidraMCP"
]
}About This MCP Server
13bm/GhidraMCP
MCP server for integrating Ghidra with AI assistants. This plugin enables binary analysis, providing tools for function inspection, decompilation, memory exploration, and import/export analysis via the Model Context Protocol.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub