mcp-server
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).
mcp-server
A simple JSON-RPC 2.0 server implementing the Model-Client-Protocol (MCP). This server provides basic echo functionality and follows the JSON-RPC 2.0 specification.
Features
- JSON-RPC 2.0 compliant
- CORS enabled
- Built-in echo tool
- Simple initialization protocol
Quick Start
npx mcp-server
Will run the server on port 4333
Installation
npm install mcp-server