Other MCP Server · MODEL CONTEXT PROTOCOL
anton10xr gibber mcp
Tiny MCP server with cryptography tools, sufficient to establish end-to-end encryption between LLM agents
WHAT IT CONNECTS
What anton10xr gibber mcp gives an AI Agent
- Generate SJCL P-256 key pairs
- Derive shared secrets for secure communication
- Encrypt messages using SJCL AES-CCM
- Decrypt encrypted messages
- Server-sent events (SSE) for real-time communication
- `PORT`: The port on which the server will run (default: 3006)
- `GET /sse`: Connect to the server using server-sent events
- `POST /messages/:id`: Send messages to a specific connection
- **generateKeyPair**: Generate a new SJCL P-256 key pair (without exposing the private key)
- **deriveSharedSecret**: Derive a shared secret from private and public keys for secure communication
- **encrypt**: Encrypt messages using SJCL AES-CCM encryption with the derived shared secret
- **decrypt**: Decrypt messages using SJCL AES-CCM with the shared secret
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.