Skip to main content
Glama
aureTheDev

protonpass-mcp

by aureTheDev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PASS_LOG_LEVELNoLog verbosity: trace, debug, info, warn, error, off.info
PROTON_PASS_SESSION_DIRNoOverride session storage path.
PROTON_PASS_KEY_PROVIDERNoKey storage backend. Use 'fs' in Docker (no system keyring).keyring
PROTON_PASS_ENCRYPTION_KEYNoEncryption key when KEY_PROVIDER=env. SHA-256 hashed internally.

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_vaultsA

List all Proton Pass vaults accessible to the current account.

create_vaultB

Create a new Proton Pass vault.

list_itemsA

List items stored in a vault. Omit vault_id to list items across all vaults.

view_itemB

View the full details of an item (title, username, password, URLs, notes, custom fields, etc.).

create_loginB

Create a new login credential item in a vault.

create_noteA

Create a new secure note item in a vault.

update_itemA

Update an existing item. Only the fields you supply will change.

trash_itemA

Move an item to trash (soft delete). Use restore_item to undo.

restore_itemB

Restore a trashed item.

get_totpA

Get the current TOTP one-time code for an item that has 2FA configured.

generate_passwordB

Generate a cryptographically secure random password.

view_secretA

Retrieve a specific field value from an item using a pass:// URI. URI format: pass://// Fields: username, password, email, url, note, totp, or custom field name. Example: pass://Work/GitHub/password

get_user_infoA

Get information about the currently authenticated Proton account.

share_vaultB

Share a vault with another Proton user by email.

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/aureTheDev/protonpass-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server