mcpbeat Sign in

Privacyscrubber MCP Server

local only

Privacyscrubber MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 520 installs a week from npm. Last commit 21 Sep 2026.

Zero-Trust PII & secrets sanitizer. Locally scrubs data in-memory before sending context to LLMs.

Installs per day peak 188 · avg 58 · +608% w/w
a month agotoday
520
Installs / week
npm · @privacyscrubber/mcp-server
2
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
custom licence
License
JavaScript

What the code does

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

        stdout = execSync(command, {

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

This one needs environment variables set before it will start: PRIVACYSCRUBBER_KEY (Optional PRO or TEAMS license key to unlock specialized detection profiles.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Privacyscrubber MCP

same job, measured the same way
Leakferret
by leakferrethq

Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.

30 installs/wk local only
Secret Scan
by agentic-income-bot

Check text for leaked credentials before an agent writes or commits it. Runs locally.

local only
Strac MCP DLP
by strac-io

Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.

742 installs/wk local only
Mcpcheck
by joeyough

Scan any MCP server for tool-poisoning, security, auth & license. Trust score before install.

2 tools answering
MCP Secret Scrub
by sudo-ai-git

Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.

91 installs/wk local only
seekrit (local crypto plane)
by seekrit

Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.

685 installs/wk local only
mcpwall
by behrensd

iptables for MCP — blocks dangerous tool calls, scans for secrets, logs everything.

60 installs/wk local only
Gadriel AI Security Harness
by gadriel-ai

AI Security Harness: SAST, secrets, deps, containers, config & OWASP LLM. Scans locally.

199 installs/wk local only

Privacyscrubber MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Privacyscrubber MCP?
Privacyscrubber 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 npm package @privacyscrubber/mcp-server was installed 520 times last week.
How do I connect Privacyscrubber 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 @privacyscrubber/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Privacyscrubber MCP?
The npm package @privacyscrubber/mcp-server was installed 520 times in the last week. Week over week that is +608%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Privacyscrubber MCP open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.