enpass-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENPASS_MCP_CONFIG_DIR | No | Directory where vaults.json and optional .env live. Overrides default config location. | |
| ENPASS_MASTER_PASSWORD | No | Optional fallback master password for vaults without a keychain entry. Prefer keychain. | |
| ENPASS_MCP_ALLOW_WRITES | No | Set to 1, true, yes or on to enable writing tools; anything else or unset keeps the server read-only. | false |
| ENPASS_MASTER_PASSWORD_<VAULT> | No | Optional fallback master password for a specific vault. Replace <VAULT> with the vault name. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_vaultsA | Lists the Enpass vaults registered on this machine, whether their file exists, whether a master password is stored in the OS keychain, and whether they are currently unlocked in this session. |
| unlock_vaultA | Unlocks a registered vault using the master password stored in the OS keychain. The password is never passed as an argument and never reaches the model. Must be called before listing or reading entries. |
| lock_vaultA | Locks a vault and clears its derived key from memory for this session. |
| list_itemsA | Lists entries in an unlocked vault. Returns titles, usernames and URLs but no passwords or other sensitive values. Supports optional search, category and folder filters. |
| get_itemA | Returns a full entry from an unlocked vault including sensitive field values (password, TOTP, etc.). Use this when the user explicitly wants the credentials. |
| get_passwordA | Returns just the password (and TOTP if present) of an entry in an unlocked vault. |
| get_otpA | Generates the current TOTP / two-factor one-time code for an entry that stores an OTP secret. Returns the code and how many seconds until it rotates, so it can be entered for 2FA. |
| list_attachmentsA | Lists the file attachments of an entry in an unlocked vault (name, size, MIME). Use export_attachment to get the file itself. |
| export_attachmentA | Decrypts a file attachment from an unlocked vault. By default it writes the file to disk and returns the path (works for any size). Set inline=true to get small files as base64 instead. |
| sync_statusA | Lists every vault that uses Enpass folder sync, where its sync folder is, and whether the copy there is newer than the local one. Vaults without folder sync are not listed. Answers include a reason, so 'no baseline yet' is distinguishable from 'up to date'. |
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/bitterdev/enpass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server