Provides a foundational project for building Model Context Protocol (MCP) servers.
The Model Context Protocol (MCP) is an open standard designed to enable applications to securely provide context to Large Language Models (LLMs), facilitating controlled interactions with diverse data sources and tools. This project serves as a basic scaffold for developing compliant MCP servers, featuring a pre-configured environment with example tools like `echo` and `get_current_time`, comprehensive TypeScript support, robust error handling, and all necessary development and build scripts.
주요 기능
01Basic MCP server implementation
02Sample tools (echo, get_current_time)
03TypeScript support with proper types
04Error handling and logging
05Standard MCP protocol compliance
060 GitHub stars
사용 사례
01Quickly set up a compliant Model Context Protocol (MCP) server.
02Develop and integrate custom tools for Large Language Models (LLMs).
03Provide context-aware capabilities for AI systems like Amazon Q CLI.