Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pdf-redaction": {
"env": {
"TINFOIL_API_KEY": "your_api_key"
},
"args": [
"/path/to/mcp_pdf_redaction.py"
],
"command": "/path/to/python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
🤐 Problem: Tools like Claude or GPT are incredibly powerful, but they require raw input. If you're dealing with contracts, medical records, or internal documents, that's risky.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'git' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked git against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for Masquerade and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🤐 Problem: Tools like Claude or GPT are incredibly powerful, but they require raw input. If you're dealing with contracts, medical records, or internal documents, that's risky.
🛡️ Solution: Masquerade acts as a privacy firewall for your files. Just paste in the file path to a PDF, and Masquerade will:
curl -O https://raw.githubusercontent.com/postralai/masquerade/main/setup.sh && bash setup.sh
python3.12 -m venv pdfmcp
source pdfmcp/bin/activate
python --version
pip install git+https://github.com/postralai/masquerade@main
python -m masquerade.configure_claude
which pythonpython -c "import masquerade as m; print(f'{m.__path__[0]}/mcp_pdf_redaction.py')"claude_desktop_config.json. Instructions to find the config file are in the image below.{
"mcpServers": {
"pdf-redaction": {
"command": "/path/to/python", // Run `which python`
"args": ["/path/to/mcp_pdf_redaction.py"], // Run `python -c "import masquerade as m; print(f'{m.__path__[0]}/mcp_pdf_redaction.py')"`
"env": {
"TINFOIL_API_KEY": "your_api_key" // Create Tinfoil account and paste API key
}
}
}
}
Note: Don't upload the original PDF to Claude, only the file path.
If you have a fix or improvement, feel free to submit a pull request. For significant changes, please open an issue first to discuss your proposed updates.
See the Developer section for the installation of this repository.
This project is licensed under the MIT License - see the LICENSE file for det