Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Strac MCP DLP in other clients