Ghidra MCP server for Cline
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAVA_HOME | No | Alternative environment variable for the JDK path (used if GHIDRA_MCP_JAVA_HOME is not set). | |
| GHIDRA_INSTALL_DIR | No | Alternative environment variable for the Ghidra installation directory (used if GHIDRA_MCP_INSTALL_DIR is not set). | |
| GHIDRA_MCP_TIMEOUT | No | Default per-task timeout in seconds. | 900 |
| GHIDRA_MCP_PROJECTS | No | Directory where Ghidra project store files (.gpr/.rep) are created. | <server dir>\projects |
| GHIDRA_MCP_JAVA_HOME | No | Path to a JDK (>= 21) used by PyGhidra. Falls back to JAVA_HOME or auto-detection. | newest JDK >= 21 found on the system |
| GHIDRA_MCP_INSTALL_DIR | No | Path to the Ghidra installation directory. Falls back to GHIDRA_INSTALL_DIR or auto-detection. | auto-detected (e.g., D:\ghidra_12.1.3_PUBLIC) |
| GHIDRA_MCP_JAVA_STDOUT_TO_STDERR | No | Route Java's System.out to stderr to keep the MCP JSON-RPC stdout stream clean. | 1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues