Back to directory
Bamimore-Tomi/ghidra_mcp

Bamimore-Tomi/ghidra_mcp

@Bamimore-Tomi4

Ghidra MCP server that extracts binary analysis data and exposes it to LLMs via Model Context Protocol

ghidrabinary-analysisreverse-engineeringllmmcp-servertool

Installation & Configuration

{
  "mcpServers": {
    "ghidra": {
      "command": "/Users/yourname/.cargo/bin/uv",
      "args": [
        "--directory",
        "/Users/yourname/Documents/ghidra_mcp",
        "run",
        "main.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/11
Updated
2026/6/7