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