protonpass-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PASS_LOG_LEVEL | No | Log verbosity: trace, debug, info, warn, error, off. | info |
| PROTON_PASS_SESSION_DIR | No | Override session storage path. | |
| PROTON_PASS_KEY_PROVIDER | No | Key storage backend. Use 'fs' in Docker (no system keyring). | keyring |
| PROTON_PASS_ENCRYPTION_KEY | No | Encryption 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/aureTheDev/protonpass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server