mcpbeat Sign in

Ghosthunt MCP Server

local only

Ghosthunt runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 31 May 2026.

Find every leaked secret on your machine — API keys in .env files, shell history, and configs.

Installs per day peak 31 · avg 9 · -39% w/w
a month agotoday
55
Installs / week
npm · ghosthunt
0
Stars
0 open issues
31 May 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 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.

Touches key and credential files src/server.ts:142
    npm_config: "npm Config (.npmrc)",

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

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ghosthunt

same job, measured the same way
Env Secret Exposure Analyzer MCP
by vola-trebla

Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.

36 installs/wk local only
Secret Scanner
by knurl

Scan configs, files, or text for leaked secrets and obvious misconfigurations. Nothing stored.

1 tools answering
Trestle
by trestlescan

Detects leaked secrets (API keys, tokens, private keys) in source code.

48 installs/wk local only
Base Image Eol Lint
by jmshinhwa

Marks every base image in your Dockerfiles, compose files and CI workflows whose security patches ha

315 installs/wk local only
Security Headers Csp Lint
by jmshinhwa

Reads security headers and CSP line by line in your config file and names the lines that silently do

309 installs/wk local only
chat-recall
by munhq

One searchable history across every AI coding tool, with secret scanning and a shared task board.

1 347 installs/wk answering
Secrets-LE
by nolindnaidoo

Detect hardcoded secrets in source and config. Reports masked previews, never the values.

40 installs/wk local only
Clipboard History MCP
by d-khomenko

Your clipboard, but Claude can read it. Type-classified, secret-encrypted. macOS + Linux.

local only

Ghosthunt — questions

Answers built from our own checks of this server.

Why is there no uptime for Ghosthunt?
Ghosthunt 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 ghosthunt was installed 55 times last week.
How do I connect Ghosthunt?
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 ghosthunt straight from npm; nothing to host, nothing to sign up for.
How many people use Ghosthunt?
The npm package ghosthunt was installed 55 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ghosthunt open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.