MCP Server
MCP
io.github.getanirao/ghidra-retro-mcp
Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.
Install
uvx ghidra-retro-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "ghidra-retro-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to the Ghidra installation directory",
"isRequired": true,
"format": "string",
"name": "GHIDRA_INSTALL_DIR"
},
{
"description": "Set to 1 for zero-dependency CI simulation",
"format": "string",
"default": "0",
"name": "MOCK_MODE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment