← Back to Plugins
MCP Server MCP

io.github.Edu963/ocultar-pii

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ocultar-claude-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ocultar-claude-mcp",
      "version": "0.1.2",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your locally running Ocultar Refinery",
          "name": "OCULTAR_URL"
        },
        {
          "description": "Ocultar API key (leave blank if not configured)",
          "name": "OCULTAR_API_KEY"
        },
        {
          "description": "Enables reveal_tokens tool. Must match OCU_AUDITOR_TOKEN on the server.",
          "name": "OCULTAR_AUDITOR_TOKEN"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Edu963/ocultar/releases/download/v0.1.2-claude-mcp/ocultar-pii-0.1.0.mcpb",
      "version": "0.1.0",
      "fileSha256": "b4428298230fdc4ba9122fd1aac1987d14a2a04875ff0b18a33e1e1ef7cfe2aa",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...