Skip to main content
Glama
bitterdev

enpass-mcp

by bitterdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENPASS_MCP_CONFIG_DIRNoDirectory where vaults.json and optional .env live. Overrides default config location.
ENPASS_MASTER_PASSWORDNoOptional fallback master password for vaults without a keychain entry. Prefer keychain.
ENPASS_MCP_ALLOW_WRITESNoSet to 1, true, yes or on to enable writing tools; anything else or unset keeps the server read-only.false
ENPASS_MASTER_PASSWORD_<VAULT>NoOptional fallback master password for a specific vault. Replace <VAULT> with the vault name.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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