MCP Directory
Back

GhidrAssistMCP

by symgraph · Java · ★ 646

An native MCP server extension for Ghidra

#ghidra#ghidra-extension#ghidra-plugin#llm#mcp#mcp-server#reverse-engineering

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

A powerful Ghidra extension that provides an MCP (Model Context Protocol) server, enabling AI assistants and other tools to interact with Ghidra's reverse engineering capabilities through a standardized API. GhidrAssistMCP bridges the gap between AI-powered analysis tools and Ghidra's comprehensive reverse engineering platform. By implementing the Model Context Protocol, this extension allows external AI assistants, automated analysis tools, and custom scripts to seamlessly interact with Ghidra's analysis capabilities. - **MCP Server Integration**: Full Model Context Protocol server implemen…
Read full README on GitHub →

Related ai & ml servers