Back to Home
cmalpass icon

mcp-presidio

Verified Safe

by cmalpass

Overview

Provides PII (Personally Identifiable Information) detection and anonymization capabilities using Microsoft Presidio, enabling LLMs to safely handle sensitive data.

Installation

Run Command
docker run -i mcp-presidio:latest

Environment Variables

  • PYTHONUNBUFFERED
  • PYTHONDONTWRITEBYTECODE

Security Notes

The server processes all data locally using `stdio` transport, eliminating network PII leakage from the server itself. It clearly warns users about the inherent risk of sending PII to LLM providers *before* the server processes it. No 'eval' or obvious hardcoded secrets are used for core functionality. User-provided regex for custom recognizers could theoretically be a vector for ReDoS if not robustly handled by the underlying Presidio library, but this is a standard pattern for such tools. Docker containers are configured to run as a non-root user.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-10

Tags

PII DetectionData AnonymizationPrivacyLLM ToolPresidio