bitwarden-mcp.md

Bitwarden MCP

from"bitwarden"
650

Bitwarden password manager integration

Security
Bitwardenpasswordsvaultopensource
install.sh
# Clone the repository
$git clone https://github.com/bitwarden/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve