Stdio Example
0
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.
主な機能
- Easily extensible for adding custom MCP commands.
- Implemented in TypeScript for type safety and maintainability.
- Example MCP server using stdio communication.
- 0 GitHub stars
ユースケース
- Building custom MCP servers for various applications.
- Integrating with LLMs like Cursor to provide specific functionalities.
- Demonstrating MCP server implementation using stdio.