Back to directory
postralai/masquerade

postralai/masquerade

@postralai75

A privacy firewall for LLMs that redacts sensitive data from PDFs before sending to AI models

privacypdfredactionllmsecuritycontext

Installation & Configuration

{
  "mcpServers": {
    "pdf-redaction": {
      "command": "/path/to/python",
      "args": [
        "/path/to/mcp_pdf_redaction.py"
      ],
      "env": {
        "TINFOIL_API_KEY": "your_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/6/9
Updated
2026/6/7