Back to Home
jackalterman icon

securenote-link-MCP-server

Verified Safe

by jackalterman

Overview

Enables AI agents to securely share end-to-end encrypted, self-destructing notes with human recipients using a zero-knowledge architecture.

Installation

Run Command
python3 secure_note_mcp.py

Security Notes

The server implements strong AES-256-GCM encryption with a zero-knowledge architecture, meaning decryption keys are generated client-side and never stored on the server. The server acts as an MCP client to the 'securenote.link' web service, which stores only the encrypted blobs. No 'eval', 'exec', or other dangerous patterns were found in the provided Python source code. The primary security model relies on the client-side key generation and either fragment-based key passing for convenience mode or two-channel sharing for maximum security. The server does not handle the decryption keys, enhancing its security posture.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-12-27

Tags

encryptionsecure sharingAI agentszero-knowledgeephemeral notes