Skip to main content
Glama
ceweldy

bitwarden-agent-vault-mcp

by ceweldy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BWS_ACCESS_TOKENNoBitwarden machine access token (required on non-macOS, optional on macOS if stored in Keychain)
BITWARDEN_AGENT_CONFIGNoPath to custom config.json file (default: ~/.config/bitwarden-agent-vault/config.json)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
statusA

Check local CLI installation, machine-token availability, and optional live Bitwarden access without exposing credentials.

list_projectsA

List Bitwarden Secrets Manager projects accessible to this machine identity. Returns metadata only.

list_secretsA

List secret names and metadata, optionally filtered by project or search text. Values are never returned by this tool.

get_secretA

Return one secret value in plaintext by UUID or exact key when private configuration explicitly enables plaintext reveal.

store_secretA

Create a stable secret or update the existing exact-key match in one project. The returned result omits the secret value.

run_with_secretsA

Run one privately allowlisted executable with only the selected project secrets injected as environment variables. Command execution is disabled by default. Exact secret values are redacted from returned output.

open_bitwardenA

Open the Bitwarden Secrets Manager web vault, narrowed to a project when a project UUID is supplied.

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/ceweldy/bitwarden-agent-vault-mcp'

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