mcp-server-vault
About
Bitwarden/Vaultwarden for agents: list tagged items, TOTP codes, one-time Sends, save new secrets.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VAULT_REGION VAULT_API_BASE VAULT_CLIENT_ID VAULT_CLIENT_SECRET VAULT_MASTER_PASSWORDClaude Code
claude mcp add --env VAULT_REGION= --env VAULT_API_BASE= --env VAULT_CLIENT_ID= --env VAULT_CLIENT_SECRET= --env VAULT_MASTER_PASSWORD= mcp-server-vault -- npx @aiwerk/mcp-server-vault
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-vault","command":"npx","args":["@aiwerk/mcp-server-vault"],"env":{"VAULT_REGION":"","VAULT_API_BASE":"","VAULT_CLIENT_ID":"","VAULT_CLIENT_SECRET":"","VAULT_MASTER_PASSWORD":""}}'
JSON
{
"mcpServers": {
"mcp-server-vault": {
"command": "npx",
"args": [
"@aiwerk/mcp-server-vault"
],
"env": {
"VAULT_REGION": "",
"VAULT_API_BASE": "",
"VAULT_CLIENT_ID": "",
"VAULT_CLIENT_SECRET": "",
"VAULT_MASTER_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.