MCP Client/Server using HTTP SSE with Docker containers
@dgallitelli
MCP Client/Server using HTTP SSE with Docker containers について
A simple implementation of MCP Client/Server architecture with HTTP SSE transport layer, dockerized.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
—
「クラウドとインフラ」の他のコンテンツ
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Defang
DefangLabsDefang CLI. Develop Once, Deploy Anywhere. Take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
🐋 Docker MCP server
ckreilingMCP server for Docker
コメント