Productivity|Development|AI / ML|SecurityJava

GhidrAssistMCP

A powerful Ghidra extension that provides an MCP server for AI assistants and tools to interact with Ghidra's reverse engineering capabilities.

Free
N/A rating (0 reviews)0 installs563 GitHub stars
GhidraMCPAI

GhidrAssistMCP bridges the gap between AI-powered analysis tools and Ghidra's comprehensive reverse engineering platform. It implements the Model Context Protocol, allowing seamless interaction with Ghidra's analysis capabilities through a standardized API.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "ghidrassistmcp-1": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-ghidrassistmcp-1"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.