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
- Install Claude desktop
- Get Tinfoil API key (create account and API key)
- Configure environment
Option 1: Automated
curl -O https://raw.githubusercontent.com/postralai/masquerade/main/setup.sh && bash setup.sh- Restart Claude desktop app (if successfully configured) Option 2: Manual (click to expand)
- Create a virtual environment with **Python '>=3.10
Server Config
{
"mcpServers": {
"masquerade-server": {
"command": "npx",
"args": [
"masquerade"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 17, 2025
Updated At:
Aug 07, 2025
Author:
postralai
Category:
community
License:
MIT
Tags:
development
documentation
public