presidio

GitHub

An open-source framework for detecting, redacting, masking, and anonymizing sensitive data (PII) across text, images, and structured data. Supports NLP, pattern matching, and customizable pipelines.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "presidio": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-presidio"
      ]
    }
  }
}