A simple implementation of MCP Client/Server architecture with HTTP SSE transport layer, dockerized.
Overview
what is MCP Client/Server?
MCP Client/Server is a simple implementation of a client/server architecture using HTTP Server-Sent Events (SSE) and Docker containers.
how to use MCP Client/Server?
To use MCP Client/Server, you need to build the Docker images for both the server and client, then run them in Docker containers. You can send queries to the client to get answers.
key features of MCP Client/Server?
- Dockerized client and server for easy deployment
- Utilizes HTTP SSE for real-time communication
- Simple command-line interface for querying
use cases of MCP Client/Server?
- Real-time data streaming applications
- Interactive web applications requiring live updates
- Educational tools for demonstrating client/server interactions
FAQ from MCP Client/Server?
- What programming language is used?
The project is implemented in Python.
- How do I run the server and client?
Use the provided Docker commands to build and run the server and client.
- Can I modify the code?
Yes! The project is open-source and available on GitHub for modifications.