Skip to content
VS Code

secret hygiene mcp for VS Code

io.github.mrfentmen/secret-hygiene-mcp

Count secret-like patterns in bounded local files without returning values, keys, paths,...

client:VS Code transport:stdio runtime:npm

Install secret hygiene mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "secret-hygiene-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "secret-hygiene-mcp"
      ]
    }
  }
}

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

secret hygiene mcp in other clients