MCP Client/Server using HTTP SSE with Docker containers
@dgallitelli
About MCP Client/Server using HTTP SSE with Docker containers
A simple implementation of MCP Client/Server architecture with HTTP SSE transport layer, dockerized.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Client/Server using HTTP SSE with Docker containers?
MCP Client/Server using HTTP SSE with Docker containers provides a client and server implementation for the Model Context Protocol (MCP) that communicates over HTTP with Server-Sent Events (SSE) and is deployed using Docker containers.
How to use MCP Client/Server using HTTP SSE with Docker containers?
Build the Docker images with docker build -t mcp-server:latest . and docker build -t mcp-client:latest .. Run the server with docker run -P --network host mcp-server:latest. Run the client to list tools or answer queries by passing a string argument, e.g., docker run -P --network host mcp-client:latest "What is 99+201?".
Key features of MCP Client/Server using HTTP SSE with Docker containers
- Uses HTTP SSE transport for MCP communication
- Provides both server and client components
- Deployed via Docker containers
Use cases of MCP Client/Server using HTTP SSE with Docker containers
—
FAQ from MCP Client/Server using HTTP SSE with Docker containers
—
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Mcp K8s Go
strowkMCP server connecting to Kubernetes
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Comments