Skip to content
VS Code

mcp secret scrub for VS Code

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

Install mcp secret scrub in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-secret-scrub": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-secret-scrub"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp secret scrub in other clients