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
anton10xr gibber mcp 为 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
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。