MA

Masquerade

Created 4 months ago

Masquerade MCP acts as a privacy firewall for your files, redacting sensitive data from PDFs.

development documentation public privacy AI

What is Masquerade?

Redact sensitive information from your PDF documents before sending them to Claude. Masquerade serves as a privacy firewall for LLMs.

Documentation

Installation

  1. Install Claude desktop
  2. Get Tinfoil API key (create account and API key)
  3. Configure environment Option 1: Automated
    curl -O https://raw.githubusercontent.com/postralai/masquerade/main/setup.sh && bash setup.sh
    
    1. Restart Claude desktop app (if successfully configured) Option 2: Manual (click to expand)
    2. Create a virtual environment with **Python '>=3.10

Server Config

{
  "mcpServers": {
    "masquerade-server": {
      "command": "npx",
      "args": [
        "masquerade"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 17, 2025
Updated At: Aug 07, 2025
Author: postralai
Category: community
License: MIT
Tags:
development documentation public