Implements a simple Model Context Protocol (MCP) server over stdio.
This repository provides a straightforward example of an MCP server that communicates via standard input/output (stdio). Built with TypeScript, it's designed to be easily extended with custom MCP commands. The server can be integrated with tools like Cursor by configuring it to run the provided TypeScript file. This enables the LLM to call the MCP tool for specific tasks, such as answering yes/no questions.
주요 기능
01Easily extensible for adding custom MCP commands.
02Implemented in TypeScript for type safety and maintainability.
03Example MCP server using stdio communication.
040 GitHub stars
사용 사례
01Building custom MCP servers for various applications.
02Integrating with LLMs like Cursor to provide specific functionalities.
03Demonstrating MCP server implementation using stdio.