mcp-presidio
Verified Safeby cmalpass
Overview
Provides PII (Personally Identifiable Information) detection and anonymization capabilities using Microsoft Presidio, enabling LLMs to safely handle sensitive data.
Installation
docker run -i mcp-presidio:latestEnvironment 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
mineru-tianshu
Enterprise-grade AI data preprocessing platform for converting diverse unstructured multi-modal data (documents, images, audio, video, bioinformatics formats) into structured Markdown and JSON formats, leveraging GPU acceleration and a robust task management system with user authentication and MCP protocol integration.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
context-sync
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
presearch-search-api-mcp
Integrates AI assistants with the Presearch decentralized search engine to enable privacy-focused web search, intelligent scraping, deep research, and content analysis.