gibber-mcp

gibber-mcp

194

Tiny Cryptography MCP Server is a Model Context Protocol server providing cryptographic functionalities using Express.js. It features tools for key pair generation, message encryption, and more, enabling secure robot communications.

What is the default port for the server?

The default port for the server is 3006, but it can be configured using the PORT environment variable.

What cryptographic library does the server use?

The server uses the Stanford Javascript Crypto Library (SJCL) for cryptographic operations.

How can I connect to the server for real-time communication?

You can connect to the server using server-sent events (SSE) by accessing the endpoint GET /sse.

What is the purpose of the Model Context Protocol (MCP)?

The Model Context Protocol (MCP) is an open standard that defines how AI models and tools communicate, enabling seamless interoperability and standardized requests for information and actions.

How do I send messages to a specific connection?

You can send messages to a specific connection using the POST /messages/:id endpoint.