Back to MCP Servers
🔌

jtang613/GhidrAssistMCP

MIT

☕ 🏠 - A native Model Context Protocol server for Ghidra. Includes GUI configuration and logging, 31 powerful tools and no external dependencies.

JavaAI & LLMs

Install

npx -y jtang613-ghidrassistmcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "jtang613-ghidrassistmcp": {
      "command": "npx",
      "args": [
        "-y",
        "jtang613-ghidrassistmcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.