J
mcp-server
...
Created 2/3/2025bysandy-mount
Language:
JavaScript
Stars:
3
Forks:
0
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
Last updated: 2/6/2025