Skip to main content
SecurityPython/Java

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.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/13bm/GhidraMCP

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python/Java
Author
13bm