Skip to content
Zed

ocultar pii for Zed

io.github.edu963/ocultar-pii

Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure.

client:Zed transport:stdio runtime:pypi

Install ocultar pii in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ocultar pii in other clients