VaultGuard for VS Code
io.github.evozim/vaultguard
Secret scanner preventing leaks of corporate keys and credentials.
client:VS Code
transport:sse
Install VaultGuard in VS Code
.vscode/mcp.json
{
"servers": {
"vaultguard": {
"type": "sse",
"url": "https://vaultguard-mcp.vercel.app/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs