Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| mcp-host | No | The host address to bind for the MCP SSE transport. | 127.0.0.1 |
| mcp-port | No | The port number to bind for the MCP SSE transport. | 8081 |
| JAVA_OPTS | No | JVM options used for running the Ghidra process. | |
| transport | No | The transport protocol to use for the MCP server (e.g., stdio or sse). | stdio |
| GHIDRA_MCP_PORT | No | The port number for the Ghidra MCP HTTP server. | 8089 |
| GHIDRA_MCP_BIND_ADDRESS | No | The bind address for the Ghidra MCP server. | 0.0.0.0 |
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 | |