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
0
View on GitHub

Installation

npx -y 13bm/GhidraMCP

Configuration

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.

GitHub: https://github.com/13bm/GhidraMCP

Need More Details?

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

View Full Documentation on GitHub