securenote-link-MCP-server
Verified Safeby jackalterman
Overview
Enables AI agents to securely share end-to-end encrypted, self-destructing notes with human recipients using a zero-knowledge architecture.
Installation
python3 secure_note_mcp.pySecurity 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
mcp-memory-service
A Model Context Protocol (MCP) server providing persistent, semantic memory storage and retrieval capabilities for AI agents. It supports lightweight semantic reasoning (contradiction, causal inference), content chunking, multi-backend storage (SQLite-vec, Cloudflare, Hybrid), autonomous memory consolidation (decay, association, clustering, compression, forgetting), and real-time updates via SSE. It's designed for token-efficient interaction with LLMs.
mcp-obsidian
Provides a secure, universal AI bridge for Obsidian vaults, enabling MCP-compatible AI assistants to read, write, and manage notes.
notebooklm-mcp-secure
Provides programmatic access and management of NotebookLM and Google Gemini for AI agents, offering deep research capabilities, document analysis, and comprehensive compliance and security features.
dev-kit-mcp-server
A Model Context Protocol (MCP) server targeted for agent development tools, providing scoped authorized operations in the root project directory.