ghidralens for Claude Desktop
io.github.hellosverre/ghidralens
Interactive Ghidra views in your AI client: decompile, rename, and navigate a binary.
client:Claude Desktop
transport:stdio
runtime:npm
Install ghidralens in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
],
"env": {
"GHIDRALENS_TOKEN": "<GHIDRALENS_TOKEN>",
"GHIDRALENS_BRIDGE_URL": "<GHIDRALENS_BRIDGE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs