exp-mcp-server
0
This project is a Model Context Protocol (MCP) server built with Node.js and TypeScript. It standardizes application communication with large language models, featuring arithmetic operations, system metrics, and support for multiple transport methods.
MCP Server
A Model Context Protocol (MCP) server implementation using Node.js and TypeScript.
Features
- Calculator tool with basic arithmetic operations
- Provides server information with system metrics
- Echo resource for message reflection
- Greeting prompt template
- Code review prompt template
- Supports both stdio and HTTP/SSE transport methods
- Comprehensive logging system
Installation
- Clone the repository
- Install dependencies
- Build the project
Running the Server
- Using stdio:
npm start
- Using HTTP/SSE:
npm start -- --http
The server starts on port 3000 by default.