Skip to main content
Glama
524,045 tools. Updated 2026-09-06 14:24

"Enpass" matching MCP tools:

  • Checks Enpass vaults using folder sync, showing sync folder paths and whether the synced copy is newer than the local one, with reasons for each status to identify sync issues.
    MIT
  • Lists Enpass vaults on this machine, showing whether each vault's file exists, if its master password is stored in the OS keychain, and if it is currently unlocked in this session.
    MIT
  • Decrypt and export file attachments from an unlocked Enpass vault. Write to disk by default, or return small files as base64 with inline=true.
    MIT
  • Unlock a registered vault using the master password stored in the OS keychain, enabling secure listing and reading of entries without exposing the password.
    MIT
  • Lists entries in an unlocked Enpass vault, returning titles, usernames, and URLs without exposing passwords. Supports search and filters by category or folder.
    MIT
  • List file attachments for an Enpass entry in an unlocked vault, showing name, size, and MIME type. Retrieve file content separately with export_attachment.
    MIT
  • Lock a vault to end access and clear its derived key from memory, preventing further decryption until unlocked again.
    MIT
  • Retrieve a complete entry from an unlocked Enpass vault, including sensitive fields like passwords and TOTP codes. Use when the user explicitly requests credentials.
    MIT
  • Retrieves a password (and TOTP, if present) for a vault entry using its UUID. Requires an unlocked vault and entry UUID.
    MIT
  • Get the current one-time password from an Enpass item, including seconds until it rotates, to complete two-factor authentication.
    MIT