Zero-Trust PII and secrets redaction MCP server for Cursor. Locally sanitizes API keys, database credentials, emails, and sensitive identifiers in RAM before prompt transmission, with instant response restoration. 100% air-gapped stdio execution.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@privacyscrubber/mcp-server"
]
}