Skip to content
Cline

mcp server vault for Cline

io.github.aiwerk/mcp-server-vault

Bitwarden/Vaultwarden for agents: list tagged items, TOTP codes, one-time Sends, save new secrets.

client:Cline transport:stdio runtime:npm

Install mcp server vault in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-vault": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-vault"
      ],
      "env": {
        "VAULT_REGION": "<VAULT_REGION>",
        "VAULT_API_BASE": "<VAULT_API_BASE>",
        "VAULT_CLIENT_ID": "<VAULT_CLIENT_ID>",
        "VAULT_CLIENT_SECRET": "<VAULT_CLIENT_SECRET>",
        "VAULT_MASTER_PASSWORD": "<VAULT_MASTER_PASSWORD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server vault in other clients