Loading MCP server directory, please wait...
Interactive Ghidra views in your AI client: decompile, rename, and navigate a binary.
npx @getmcp/cli add io.github.hellosverre/ghidralensRequires Node.js 18+. Community-contributed server. Review source before installing.
GHIDRALENS_TOKENShared secret printed by the PyGhidra bridge on startup. Start the bridge first: python bridge/serve.py --binary <path>
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hellosverre/ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
],
"env": {
"GHIDRALENS_TOKEN": "",
"GHIDRALENS_BRIDGE_URL": "http://127.0.0.1:8799"
}
}
}
}