Strac MCP DLP for Grok
io.github.strac-io/strac-mcp-dlp
Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.
client:Grok
transport:stdio
runtime:pypi
Install Strac MCP DLP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"strac-mcp-dlp": {
"type": "stdio",
"command": "uvx",
"args": [
"strac-mcp-dlp"
],
"env": {
"STRAC_API_KEY": "<STRAC_API_KEY>",
"STRAC_API_BASE": "<STRAC_API_BASE>",
"STRAC_API_TIMEOUT": "<STRAC_API_TIMEOUT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs