mcpbeat Sign in

Pyghidra Lite MCP Server

by johnzfitch Your server? Claim it
local only

Pyghidra Lite runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from pypi. Last commit 22 Jun 2026.

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

Installs per day peak 41 · avg 14 · -29% w/w
a month agotoday
98
Installs / week
pypi · pyghidra-lite
36
Stars
0 open issues
22 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pyghidra-lite -- uvx pyghidra-lite
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pyghidra-lite": {
      "args": [
        "pyghidra-lite"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pyghidra-lite]
command = "uvx"
args = ["pyghidra-lite"]
.cursor/mcp.json
{
  "mcpServers": {
    "pyghidra-lite": {
      "args": [
        "pyghidra-lite"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pyghidra-lite": {
      "args": [
        "pyghidra-lite"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GHIDRA_INSTALL_DIR (Path to Ghidra installation directory). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pyghidra Lite

same job, measured the same way
Axon Research
by raysker

AI agent ecosystem research, DeFi analysis, and market research tools

17 installs/wk local only
idamesh
by jordanro2

MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.

54 installs/wk local only
I
Nudge
by jwill824

MCP server that nudges better AI session behavior through token usage and efficiency analysis

93 installs/wk local only
Chrome Bridge
by frsorrentino

Your real, logged-in Chrome as an MCP server: 59 token-efficient web-dev tools. ChromeOS included.

63 installs/wk local only
Ghidralens
by hellosverre

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

73 installs/wk local only
Agentic SSH
by sandbanks

High-performance (Rust), token-efficient, and asynchronous SSH orchestrations for AI agents.

local only
Semantic Frame
by anarkitty1

Token-efficient semantic compression for numerical data. 95%+ token reduction.

52 installs/wk local only
MCP SQL Rust
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only

Pyghidra Lite — questions

Answers built from our own checks of this server.

Why is there no uptime for Pyghidra Lite?
Pyghidra Lite runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pyghidra-lite was installed 98 times last week.
How do I connect Pyghidra Lite?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pyghidra-lite straight from pypi; nothing to host, nothing to sign up for.
How many people use Pyghidra Lite?
The pypi package pyghidra-lite was installed 98 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pyghidra Lite open source?
Yes — it is published under the MIT licence, written in Python and 36 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.