Odel
pyghidra lite

pyghidra lite

Local
@johnzfitch35PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpyghidra-litev0.7.0

Run

uvx pyghidra-lite

MCP client config

{
  "mcpServers": {
    "pyghidra-lite": {
      "command": "uvx",
      "args": [
        "pyghidra-lite"
      ]
    }
  }
}