vaultgate for Claude Desktop
io.github.adamrowles1996/vaultgate
Self-hosted remote MCP server for Bitwarden and Vaultwarden with OAuth 2.1; agents hold tokens only
client:Claude Desktop
transport:streamable-http
Install vaultgate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vaultgate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{vaultgate_host}/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs