ocultar pii for Windsurf
io.github.edu963/ocultar-pii
Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure.
client:Windsurf
transport:stdio
runtime:pypi
Install ocultar pii in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ocultar-pii": {
"command": "uvx",
"args": [
"ocultar-claude-mcp"
],
"env": {
"OCULTAR_URL": "<OCULTAR_URL>",
"OCULTAR_API_KEY": "<OCULTAR_API_KEY>",
"OCULTAR_AUDITOR_TOKEN": "<OCULTAR_AUDITOR_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs