Skip to main content
SecurityJava

jtang613/GhidrAssistMCP

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

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jtang613/GhidrAssistMCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "ghidrassistmcp": {
      "command": "npx",
      "args": [
        "-y",
        "jtang613/GhidrAssistMCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Java
Author
jtang613