TypeScript
Provides a Model Context Protocol server built with TypeScript, including a basic calculator tool.
Acerca de
This project serves as a foundational Model Context Protocol (MCP) server implemented in TypeScript, offering a robust starting point for developers aiming to build their own MCP-compliant applications. It demonstrates server-client communication over standard I/O and includes a practical example: a safe calculator tool. The project emphasizes strict type checking and comprehensive documentation, making it an ideal boilerplate for creating custom server-side tools.
Características Principales
- Comprehensive documentation, including a `SETUP.md` guide.
- Fully written in TypeScript with strict type checking.
- Ready-to-run with npm scripts and a batch file for easy execution.
- 0 GitHub stars
- Includes a safe `calculator` tool for mathematical expression evaluation.
- Implements the Model Context Protocol (MCP) via `stdio`.
Casos de Uso
- Developing custom tools and functionalities accessible via the MCP standard.
- Integrating server-side logic, such as a calculator, with client applications like Cursor.
- Providing a boilerplate for building new TypeScript-based MCP servers.