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.
A Model Context Protocol server built with Express.js, providing cryptographic tools for AI model communication.
Now available at: http://104.248.174.57/sse
Powered by Stanford Javascript Crypto Library (SJCL)
The Model Context Protocol (MCP) is an open standard for AI model and tool communication, enabling interoperability and effective tool usage.
git clone https://github.com/anton10xr/gibber-mcp
cd mcp-server
npm install
PORT
: Server port (default: 3006)npm run dev
npm run build
npm start
GET /sse
: Connect via server-sent events.POST /messages/:id
: Send messages to a connection.The README provides an example of a Sonnet 3.7 LLM thread connected to this MCP server, demonstrating secure communication using the provided tools.
anton10xr/gibber-mcp
March 2, 2025
March 27, 2025
JavaScript