mcp secret scrub for Windsurf
io.github.sudo-ai-git/mcp-secret-scrub
Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.
client:Windsurf
transport:stdio
runtime:pypi
Install mcp secret scrub in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-secret-scrub": {
"command": "uvx",
"args": [
"mcp-secret-scrub"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs