Vault MCP for VS Code
io.github.chill-ai-space/vault
MCP server for credential isolation — bots use passwords and API keys without seeing them
client:VS Code
transport:stdio
runtime:npm
Install Vault MCP in VS Code
.vscode/mcp.json
{
"servers": {
"vault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chillai-vault-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs