Demo
byRoy214
0Demonstrates the functionality of a MultiServerMCPClient by showcasing interaction with multiple MCP model servers.
About
Explore the Model Context Protocol (MCP) in action with this demo project, designed to illustrate how applications provide context to Large Language Models (LLMs). This repository features two distinct MCP model servers—one for weather data and another for mathematical calculations—alongside a MultiServerMCPClient that interacts with both, demonstrating a practical implementation of the protocol.
Key Features
- Includes example MCP weather server
- Includes example MCP math server
- Demonstrates MultiServerMCPClient interaction
- Utilizes the Qwen-qwq-32b LLM
- Uses uv for dependency management
- 0 GitHub stars
Use Cases
- Learning about the Model Context Protocol (MCP)
- Testing MultiServerMCPClient implementations
- Developing custom MCP servers and clients