Skip to main content
Glama
dceluis

rbw-mcp

by dceluis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lockA

Lock the vault by clearing cached keys from the agent.

unlockB

Unlock the vault. This will trigger an interactive prompt for your master password if needed.

syncC

Sync vault data from the Bitwarden server.

statusC

Check if the vault is unlocked.

listA

Lists items from the vault, always returning name, user, id, and folder. Can be filtered by a search term.

getA

Get a specific field for an item (defaults to password). It is highly recommended to use the 'list' tool first to find the exact item ID. The response includes a top-level 'metadata' object with a 'secret: true' flag, which a gateway can intercept for sanitization or to provide secure handle-based access.

codeA

Get a TOTP code for an item from your vault. The id can be a name or UUID. The response includes a top-level 'metadata' object with a 'secret: true' flag, which a gateway can intercept for sanitization or to provide secure handle-based access.

generateB

Generate a secure password or passphrase. By default, generates a strong password with symbols.

createC

Create a new login item in your vault.

editC

Edit the password and/or notes for an existing item in your vault.

deleteC

Delete an item from your vault.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dceluis/rbw-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server