Odel
Strac MCP DLP

Strac MCP DLP

Local
@strac-io3PythonMITUpdated 3 days ago

Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIstrac-mcp-dlpv0.1.1

Run

uvx strac-mcp-dlp

MCP client config

{
  "mcpServers": {
    "strac-mcp-dlp": {
      "command": "uvx",
      "args": [
        "strac-mcp-dlp"
      ]
    }
  }
}