Skip to content
Zed

pyghidra lite for Zed

io.github.johnzfitch/pyghidra-lite

Token-efficient Ghidra RE: decompile, xrefs, Swift/ObjC, ELF/Mach-O, async analysis

client:Zed transport:stdio runtime:pypi

Install pyghidra lite 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": {
    "pyghidra-lite": {
      "command": "uvx",
      "args": [
        "pyghidra-lite"
      ],
      "env": {
        "GHIDRA_INSTALL_DIR": "<GHIDRA_INSTALL_DIR>"
      }
    }
  }
}

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

pyghidra lite in other clients