MCP Server
MCP
io.github.moxno/privacyscrubber-mcp
Zero-Trust PII & secrets sanitizer. Locally scrubs data in-memory before sending context to LLMs.
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
By
Comments
Sign in to leave a comment