HomeSecurity › privacyscrubber-mcp

privacyscrubber-mcp

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

TypeScript Local
★ 2 stars Last pushed 2026-09-20 License: NOASSERTION

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @privacyscrubber/mcp-server@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "privacyscrubber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@privacyscrubber/mcp-server@1.0.2"
      ],
      "env": {
        "PRIVACYSCRUBBER_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PRIVACYSCRUBBER_KEY secret — Optional PRO or TEAMS license key to unlock specialized detection profiles.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry