trackmcp
Back to directory
dgallitelli

mcp-sse-client-server-docker

View on GitHub

A simple implementation of MCP Client/Server architecture with HTTP SSE transport layer, dockerized.

3 stars PythonServers & Infrastructure Updated Jul 31, 2025

Documentation

MCP Client/Server using HTTP SSE with Docker containers

Building client and server

code
docker build -t mcp-server:latest .
docker build -t mcp-client:latest .

Running the server

code
docker run -P --network host mcp-server:latest

Running the client

List tools:

code
docker run -P --network host mcp-client:latest

Get answer to a query:

code
docker run -P --network host mcp-client:latest "What is 99+201?"

Frequently asked questions

What is mcp-sse-client-server-docker?

mcp-sse-client-server-docker is A simple implementation of MCP Client/Server architecture with HTTP SSE transport layer, dockerized.

How do I install mcp-sse-client-server-docker?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-sse-client-server-docker open source?

Yes — it is hosted on GitHub at https://github.com/dgallitelli/mcp-sse-client-server-docker and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP