← Back to browse

mcp-server-vault

Indexed by io.github.AIWerk

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 varsVAULT_REGION VAULT_API_BASE VAULT_CLIENT_ID VAULT_CLIENT_SECRET VAULT_MASTER_PASSWORD
Claude 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

Add to 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.