This privacy-focused application enables the secure sharing of sensitive information, ensuring secrets are encrypted entirely client-side using AES-256-GCM and automatically expire after a set time or a specified number of views. Leveraging the Model Context Protocol (MCP), it integrates seamlessly with MCP clients like Claude Desktop, while also providing a standalone web interface for broader accessibility. Its robust, serverless architecture, built on Cloudflare Workers, guarantees zero-knowledge encryption, ensuring the server never handles plaintext secrets or passphrases, making it an ideal solution for confidential data exchange.
Key Features
01Zero-Knowledge Encryption with client-side AES-256-GCM
02Self-destructing secrets based on time limit or view count
03Generate shareable URLs for easy distribution
04Seamless integration with MCP clients like Claude Desktop
05Standalone web UI for revealing secrets without an MCP client
061 GitHub stars