MCP.so
登录

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.

基本信息

分类

云与基础设施

运行时

python

传输方式

stdio

发布者

dgallitelli

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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

评论

云与基础设施 分类下的更多 MCP 服务器