소개
This repository offers a suite of Model Context Protocol (MCP) servers, each designed to illustrate specific functionalities and use cases within the MCP ecosystem. These servers implement the MCP protocol to provide various services consumable by MCP-compatible clients, including AI agents, web applications, and command-line interfaces. The collection includes servers for basic arithmetic operations, real-time calculations using Server-Sent Events (SSE), weather data retrieval, and comprehensive file management, encompassing directory listing, file reading/writing, deletion, renaming, metadata retrieval, and file searching with glob patterns.
주요 기능
- Includes servers for calculator, SSE calculator, weather data, and file management functionalities.
- Uses MCP SDK for standardized access to tools and resources.
- Implements MCP tools following specifications.
- Uses Zod for input validation.
- 0 GitHub stars
사용 사례
- Enabling AI agents to perform calculations.
- Allowing web applications to access external tools.
- Providing command-line interfaces with MCP support.