bitwarden-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | Authentication mode: 'env' or 'gateway' | gateway |
| MCP_HTTP_HOST | No | HTTP server bind address | 0.0.0.0 |
| MCP_HTTP_PORT | No | HTTP server port | 8080 |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http' | stdio |
| BITWARDEN_API_URL | No | Public API base URL | https://api.bitwarden.com |
| BITWARDEN_CLIENT_ID | No | Organization API Key Client ID | |
| BITWARDEN_IDENTITY_URL | No | Identity token endpoint base URL | https://identity.bitwarden.com |
| BITWARDEN_CLIENT_SECRET | No | Organization API Key Client Secret |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bitwarden_list_membersA | List all members of the Bitwarden organization. Each member's "status" field is 0=Invited, 1=Accepted, 2=Confirmed. |
| bitwarden_get_memberA | Get a single organization member's details. |
| bitwarden_invite_memberA | Invite a new member to the Bitwarden organization by email. |
| bitwarden_reinvite_memberA | Resend the invitation email to a member who hasn't accepted it yet. |
| bitwarden_remove_memberA | Remove a member from the Bitwarden organization. |
| bitwarden_list_member_groupsA | List the vault group IDs a member currently belongs to. |
| bitwarden_update_member_groupsA | Set which vault groups a member belongs to — this is the "group invitation" action. |
| bitwarden_list_groupsA | List all vault groups in the Bitwarden organization. |
| bitwarden_create_groupA | Create a new vault group in the Bitwarden organization. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/MSPbotsAI/bitwarden-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server