Skip to content
Windsurf

Strac MCP DLP for Windsurf

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:Windsurf transport:stdio runtime:pypi

Install Strac MCP DLP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "strac-mcp-dlp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Strac MCP DLP in other clients