Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ghidralens in other clients