Skip to content
Cline

ghidralens for Cline

io.github.hellosverre/ghidralens

Interactive Ghidra views in your AI client: decompile, rename, and navigate a binary.

client:Cline transport:stdio runtime:npm

Install ghidralens in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ghidralens in other clients