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.3.tar.gz (371.4 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.3-py3-none-any.whl (100.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcpyghidra-0.7.3.tar.gz
  • Upload date:
  • Size: 371.4 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.3.tar.gz
Algorithm Hash digest
SHA256 d26cec104e3657b80efc9c6b1b5fc0639f32dc626261b831d12b009b2e7bbec8
MD5 d96ae98ebec9882f8248f46f131b649f
BLAKE2b-256 b89fc9a2c3fec7a3d96667bc03130e7e27562f946e3592332ae48c7d3d44a296

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpyghidra-0.7.3.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.3-py3-none-any.whl.

File metadata

  • Download URL: mcpyghidra-0.7.3-py3-none-any.whl
  • Upload date:
  • Size: 100.3 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 60429176d0eb83ffd29b1e16835130ff0155d0174ab8e6a2bdd8371b1edbebb3
MD5 fdcc456dc702570b850babcf95d4c64f
BLAKE2b-256 3e6cef4235deadeac5fb2346a305b858f0008c0d173d8c71c8e005c70679ebac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpyghidra-0.7.3-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