← Back to Plugins
MCP Server MCP

io.github.moxno/privacyscrubber-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @privacyscrubber/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@privacyscrubber/mcp-server",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional PRO or TEAMS license key to unlock specialized detection profiles.",
          "format": "string",
          "isSecret": true,
          "name": "PRIVACYSCRUBBER_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...