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) |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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