Back to MCP Servers

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.

securityai
By 13bm

Installation

npx -y GhidraMCP

Configuration

{
  "mcpServers": {
    "GhidraMCP": {
      "command": "npx",
      "args": ["-y", "GhidraMCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub