mcpbeat Sign in

Ghidra Retro MCP Server

by getanirao Your server? Claim it
local only

Ghidra Retro MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi. Last commit 29 Jul 2026.

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

Installs per day peak 18 · avg 8 · -6% w/w
a month agotoday
58
Installs / week
pypi · ghidra-retro-mcp
0
Stars
0 open issues
29 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Ghidra Retro MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 ghidra-retro-mcp -- uvx ghidra-retro-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ghidra-retro-mcp": {
      "args": [
        "ghidra-retro-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ghidra-retro-mcp]
command = "uvx"
args = ["ghidra-retro-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ghidra-retro-mcp": {
      "args": [
        "ghidra-retro-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ghidra-retro-mcp": {
      "args": [
        "ghidra-retro-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GHIDRA_INSTALL_DIR (Absolute path to the Ghidra installation directory), MOCK_MODE (Set to 1 for zero-dependency CI simulation). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ghidra Retro MCP

same job, measured the same way
IDA Pro MCP Fusion
by rison1337

IDA Pro MCP fusion with cache queries and multi-binary headless analysis.

local only
Obscura MCP
by metadrama

MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.

44 installs/wk local only
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

83 installs/wk local only
HTML to Markdown MCP Server
by sunshad0w

Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Stealth Agent Browser
by ykshah1309

Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.

41 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only

Ghidra Retro MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ghidra Retro MCP?
Ghidra Retro MCP 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 ghidra-retro-mcp was installed 58 times last week.
How do I connect Ghidra Retro MCP?
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 ghidra-retro-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ghidra Retro MCP?
The pypi package ghidra-retro-mcp was installed 58 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ghidra Retro MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 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.