Skip to main content

Ghidra MCP server.

Project description

MCPyGhidra

An MCP (Model Context Protocol) server that exposes Ghidra reverse-engineering capabilities to LLM clients. Built on pyghidra-decaf.

MCPyGhidra exposes binary analysis capabilities via MCP: decompilation, disassembly, symbol lookup, cross-references, type inspection, binary patching, and scriptable analysis.

Related project: If you use IDA Pro rather than Ghidra, see MCPyIDA for an equivalent MCP server for IDA Pro.

Prerequisites

  • Ghidra a recent release (tested with Ghidra 11.x+; download)
  • Java a compatible JDK (bundled with Ghidra)
  • Python 3.10–3.13
  • pyghidra-decaf (installed via PyPI alongside mcpyghidra)

Installation

pip install mcpyghidra

Then configure your Ghidra installation:

export GHIDRA_INSTALL_DIR=/path/to/ghidra_12.0_PUBLIC

For detailed setup, see docs/installation.md.

Quick Start

Headless Mode

Launch the MCP server in headless mode for non-interactive analysis:

export GHIDRA_INSTALL_DIR=/path/to/ghidra
mcpyghidra-headless --binary /path/to/firmware.elf

The server prints a JSON readiness signal to stdout:

{"status": "ready", "host": "127.0.0.1", "port": 6050, "binary": "/path/to/firmware.elf"}

Then configure your MCP client to connect to http://127.0.0.1:6050/mcp.

With an MCP Client

Point any MCP-compatible client at the running server:

{
  "mcpServers": {
    "ghidra": {
      "type": "streamable-http",
      "url": "http://127.0.0.1:6050/mcp"
    }
  }
}

See docs/mcp-client-config.md for client-specific examples.

What's Exposed

MCPyGhidra exposes 26 tools organized into categories:

  • Listing & context: list entries, inspect binary metadata, resolve functions
  • Analysis: decompile, disassemble, cross-references, control-flow graphs
  • Types: type enumeration and detailed inspection
  • Modification: rename symbols, update variables, set comments, patch instructions
  • Scripting: Python code execution with back-to-client RPC callbacks
  • Search: binary pattern and instruction sequence matching

See docs/tools-reference.md for full details.

Troubleshooting

  • GHIDRA_INSTALL_DIR not set — point it at your Ghidra install: export GHIDRA_INSTALL_DIR=/path/to/ghidra_12.0_PUBLIC.
  • Client can't connect — confirm the server is running and reachable at the Streamable HTTP endpoint http://127.0.0.1:6050/mcp.
  • Server startup hangs — analyzing large binaries can take minutes; try a small binary (e.g. mcpyghidra-headless --binary /bin/ls) to verify the setup.

See docs/installation.md and docs/quickstart.md for the full troubleshooting guides.

Documentation

Development

This project uses uv for environment and package management.

Setup

curl -sSf https://astral.sh/uv/install.sh | bash
git clone https://github.com/nightwing-us/mcpyghidra.git
cd mcpyghidra
uv venv
uv pip install -e ".[dev]"

Testing

uv run pytest --tb=short

Type Checking

uv run mypy

Linting

uv run ruff check src tests
uv run ruff format src tests

Related Projects

MCPyGhidra and MCPyIDA are maintained in parallel as sister projects with intended feature parity — MCPyGhidra targets Ghidra and MCPyIDA targets IDA Pro.

  • MCPyIDA — equivalent MCP server for IDA Pro
  • pyghidra-decaf — Python-native Ghidra plugin development framework (underpins MCPyGhidra)

License

Apache-2.0 — see LICENSE for details.

Copyright © 2026 Nightwing Group, LLC.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcpyghidra-0.7.2.tar.gz (366.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcpyghidra-0.7.2-py3-none-any.whl (99.0 kB view details)

Uploaded Python 3

File details

Details for the file mcpyghidra-0.7.2.tar.gz.

File metadata

  • Download URL: mcpyghidra-0.7.2.tar.gz
  • Upload date:
  • Size: 366.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mcpyghidra-0.7.2.tar.gz
Algorithm Hash digest
SHA256 398cf8ea25008608c724d1704636023baa29ea464ee8066161ca1fd92fffc15e
MD5 10d0e29a43f9ac688725a22a64c0e79d
BLAKE2b-256 e053de5e557504ac5d55fbffe910cd572a21fb3269eebf361b6f160f837e203e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpyghidra-0.7.2.tar.gz:

Publisher: release.yml on nightwing-us/mcpyghidra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcpyghidra-0.7.2-py3-none-any.whl.

File metadata

  • Download URL: mcpyghidra-0.7.2-py3-none-any.whl
  • Upload date:
  • Size: 99.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mcpyghidra-0.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 996cec5eeaa4ee3f53eb5b21ee4695949e7191c164c8c17e6e1b05e295d27991
MD5 a2de1e2bb5510c10041b89bd3068f8dd
BLAKE2b-256 dedecbec4fd4a71bf595a569140c642f5cbfc73193a1aeb77fa1501a49fd8b6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpyghidra-0.7.2-py3-none-any.whl:

Publisher: release.yml on nightwing-us/mcpyghidra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page