MCP Hub
Back to servers

vault

Secret and credential management MCP — securely store, retrieve, manage API keys and tokens

Registry
Updated
Mar 16, 2026

Vault

Encrypted secret management with Shamir Secret Sharing and zero-knowledge architecture.

Part of MeshPOP — Layer 5 (Secrets)

  • AES-256 encryption with PBKDF2 key derivation
  • Shamir Secret Sharing for distributed key management
  • 11 MCP tools for AI agent secret operations

Install

pip install sv-vault

Usage

# List stored secrets
vault list

# Get a secret
vault get api_key

# Add a new secret
vault add db_password "s3cure_v4lue"

# Audit access log
vault audit

MCP Setup

{
  "mcpServers": {
    "vault": { "command": "vault-mcp" }
  }
}

Gives AI agents: vault_status, vault_list, vault_get, vault_add, vault_update, vault_delete, vault_search, vault_audit, vault_info, vault_encrypt_file, vault_decrypt_file

Links

License

Apache-2.0

Reviews

No reviews yet

Sign in to write a review