Skip to content
Cursor

pyghidra lite for Cursor

io.github.johnzfitch/pyghidra-lite

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

client:Cursor transport:stdio runtime:pypi

Install pyghidra lite in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "pyghidra-lite": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pyghidra-lite"
      ],
      "env": {
        "GHIDRA_INSTALL_DIR": "<GHIDRA_INSTALL_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pyghidra lite in other clients