@aiwerk/mcp-server-vault
by AIWerk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRY_RUN | No | Set 1 to log write operations without executing them | 0 |
| READ_ONLY | No | Set 1 to block all write operations (Send creation and save) | 0 |
| VAULT_API_BASE | Yes | Base URL of your Bitwarden/Vaultwarden instance (no trailing slash) | |
| VAULT_CLIENT_ID | Yes | Personal API key client_id (e.g. user.abc-def-1234) | |
| VAULT_CLIENT_SECRET | Yes | Personal API key client_secret | |
| VAULT_API_TIMEOUT_MS | No | HTTP timeout in milliseconds | 15000 |
| VAULT_MASTER_PASSWORD | Yes | Vault master password (used for E2E decryption key derivation) | |
| VAULT_EXPOSED_COLLECTION | No | Name of the collection visible to agents | mcp-exposed |
| VAULT_AGENT_CREATED_COLLECTION | No | Name of the collection for agent-created secrets | mcp-agent-created |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/AIWerk/mcp-server-vault'
If you have feedback or need assistance with the MCP directory API, please join our Discord server