ghidra-mcp

suidpit/ghidra-mcp
★ 17 stars Java Other Updated 3mo ago
MCP Server for Ghidra. Exposes tools to be used by AI-powered reverse engineers.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}