Skip to content

2026.8.5

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 13:33

vaultwarden-mcp 2026.8.5

Prebuilt binaries for all platforms. Download the binary for your OS/architecture.

Quick start

# Download and make executable (Linux/macOS)
chmod +x vaultwarden-mcp

# Run as MCP server (stdio transport)
export VAULTWARDEN_SERVER=https://your-vault.example.com
export VAULTWARDEN_CLIENT_ID="your-client-id"
export VAULTWARDEN_CLIENT_SECRET="your-client-secret"
export VAULTWARDEN_PASSWORD="your-vault-password"

./vaultwarden-mcp serve --transport stdio

What's Changed

  • fix(tools): give list_accounts a valid JSON Schema input schema by @jr2804 in #3

Full Changelog: 2026.8.4...2026.8.5