mcpbeat Sign in

Ghidralens MCP Server

local only

Ghidralens runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 232 · avg 7
a month agotoday
96
Installs / week
npm · ghidralens
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ghidralens 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 ghidralens -- npx -y ghidralens
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ghidralens": {
      "args": [
        "-y",
        "ghidralens"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ghidralens]
command = "npx"
args = ["-y", "ghidralens"]
.cursor/mcp.json
{
  "mcpServers": {
    "ghidralens": {
      "args": [
        "-y",
        "ghidralens"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ghidralens": {
      "args": [
        "-y",
        "ghidralens"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GHIDRALENS_TOKEN (Shared secret printed by the PyGhidra bridge on startup. Start the bridge first: python bridge/serve.py --binary <path>), GHIDRALENS_BRIDGE_URL (Where the PyGhidra bridge is listening. Defaults to http://127.0.0.1:8799). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ghidralens

same job, measured the same way
Cowboy Model Finder
by cowboyhq

Find your perfect Cowboy e-bike with an interactive wizard and AI recommendations.

3 tools answering
Weboperator
by kazkozdev

Hands your live Chrome tab to any MCP client — snapshot, navigate, click, type, extract.

50 installs/wk local only
Tolstoy Library
by gotolstoy

Browse, search, rename, and favorite your Tolstoy media library from any AI client.

answering
Abyssale
by abyssale

Browse, generate and import Abyssale designs — banners, video, PDF — from your AI client.

answering
three.ws Avatars
by nirholas

three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.

197 installs/wk local only
VoxelDraft – AI Voxel Modeling
by huruki-geo

Create, edit, render, save, and export voxel models with interactive 3D previews.

8 tools answering
Antevo Mandates
by antevo

Your client book: who is due a review, what their mandate allows, and what has moved.

24 tools answering
AgentTakt
by ryoohshima

Review, edit, and approve AI agent task plans in a ComfyUI-style visual node editor in your terminal

227 installs/wk local only

Ghidralens — questions

Answers built from our own checks of this server.

Why is there no uptime for Ghidralens?
Ghidralens 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 npm package ghidralens was installed 96 times last week.
How do I connect Ghidralens?
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 ghidralens straight from npm; nothing to host, nothing to sign up for.
How many people use Ghidralens?
The npm package ghidralens was installed 96 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ghidralens open source?
Yes — it is published under the MIT licence, written in TypeScript 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.