Remote Server
Deploys a containerized Model Context Protocol server on Amazon EKS, offering a calculator tool for basic arithmetic.
About
This project provides a ready-to-deploy solution for hosting a containerized Model Context Protocol (MCP) server, specifically designed for seamless integration with Amazon EKS. Utilizing the FastMCP framework, it demonstrates a basic yet functional calculator tool capable of adding two numbers, showcasing the ease of deploying MCP-compliant services in a scalable cloud environment. The setup includes all necessary configurations for Kubernetes deployment, from Dockerfile to EKS-specific YAMLs, enabling developers to quickly establish and test their own remote MCP functionalities.
Key Features
- Adheres to the Model Context Protocol (MCP) for tool interaction
- Includes a functional 'add_numbers' calculator tool example
- 1 GitHub stars
- Kubernetes (Amazon EKS) deployment readiness
- Containerized MCP server using FastMCP framework
- Provides detailed instructions for local execution, cloud deployment, and testing
Use Cases
- Learning and demonstrating Kubernetes (EKS) deployment for containerized applications
- Deploying custom Model Context Protocol (MCP) tools in a scalable cloud environment
- Providing a foundational template for developing new FastMCP-based services