ghidra-mcp

suidpit/ghidra-mcp
★ 17 stars Java 📦 Other Updated 12d ago
MCP Server for Ghidra. Exposes tools to be used by AI-powered reverse engineers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ghidra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suidpit/ghidra-mcp"
      ]
    }
  }
}