Loading MCP server directory, please wait...
Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.
npx @getmcp/cli add io.github.strac-io/strac-mcp-dlpRequires Python 3.10+. Community-contributed server. Review source before installing.
STRAC_API_KEYStrac API key. Request one at https://www.strac.io/mcp-integrations. Keys are prefixed sk_live_ (production) or sk_test_ (sandbox).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.strac-io/strac-mcp-dlp": {
"command": "uvx",
"args": [
"strac-mcp-dlp"
],
"env": {
"STRAC_API_KEY": "",
"STRAC_API_BASE": "",
"STRAC_API_TIMEOUT": "60"
}
}
}
}