bitwarden-agent-vault-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BWS_ACCESS_TOKEN | No | Bitwarden machine access token (required on non-macOS, optional on macOS if stored in Keychain) | |
| BITWARDEN_AGENT_CONFIG | No | Path to custom config.json file (default: ~/.config/bitwarden-agent-vault/config.json) |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |