Skip to content
Zed

ghidralens for Zed

io.github.hellosverre/ghidralens

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

client:Zed transport:stdio runtime:npm

Install ghidralens in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ghidralens": {
      "command": "npx",
      "args": [
        "-y",
        "ghidralens"
      ],
      "env": {
        "GHIDRALENS_TOKEN": "<GHIDRALENS_TOKEN>",
        "GHIDRALENS_BRIDGE_URL": "<GHIDRALENS_BRIDGE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ghidralens in other clients