Skip to content
VS Code

secure vault for VS Code

io.github.mdfifty50-boop/secure-vault

Encrypted secrets and credential management for agents

client:VS Code transport:stdio runtime:npm

Install secure vault in VS Code

.vscode/mcp.json

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

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

secure vault in other clients