{"type":"mcp_server","name":"gibber-mcp","description":"This repository hosts a Model Context Protocol (MCP) server, offering cryptographic tools like key pair generation, shared secret derivation, and message encryption/decryption using the Stanford Javascript Crypto Library.","category":"Communication","language":"JavaScript","stars":212,"forks":17,"owner":"anton10xr","github_url":"https://github.com/anton10xr/gibber-mcp","homepage":"https://www.youtube.com/watch?v=m59y309_cpg","setup":"## Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/anton10xr/gibber-mcp\ncd mcp-server\n\n# Install dependencies\nnpm install\n```","tools":"## Available Tools\n\n1. Generate SJCL P-256 key pairs (Generate a new SJCL P-256 key pair without exposing the private key).\n2. Derive shared secrets (Derive a shared secret from private and public keys for secure communication).\n3. Encrypt messages (Encrypt messages using SJCL AES-CCM encryption with the derived shared secret).\n4. Decrypt messages (Decrypt messages using SJCL AES-CCM with the shared secret).\n5. Server-sent events (SSE) (Real-time communication).","faq":null,"created_at":"2025-03-02T16:46:03+00:00","updated_at":"2025-03-27T13:52:49+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-llm-agent-encryption-tools","related_articles":[]}