mcp-server

mcp-server

3.3

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple JSON-RPC 2.0 server implementing the Model-Client-Protocol (MCP).

The MCP-Server is a lightweight and efficient server designed to implement the Model-Client-Protocol (MCP) using the JSON-RPC 2.0 specification. It is particularly useful for applications that require a straightforward communication protocol between clients and servers. The server is equipped with basic echo functionality, making it ideal for testing and development purposes. It is designed to be easy to set up and use, with minimal configuration required. The server is also CORS enabled, allowing for cross-origin requests, which is essential for web-based applications. The MCP-Server is open-source and licensed under the MIT License, ensuring that it can be freely used and modified by developers.

Features

  • JSON-RPC 2.0 compliant
  • CORS enabled
  • Built-in echo tool
  • Simple initialization protocol