Dockerized MCP Server Template
@zantis
关于 Dockerized MCP Server Template
A reusable Dockerized Python server template implementing the Model Context Protocol (MCP) with Streamable HTTP transport, built using the official MCP Python SDK (v1.8.0+) for easy integration with Large Language Models (LLMs).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dockerized-mcp-server-template": {
"command": "python",
"args": [
"src/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Dockerized MCP Server Template?
This repository provides a reusable template for a Python server implementing the Model Context Protocol (MCP), running in a Docker container and utilizing Streamable HTTP for real-time communication. It enables easy integration with Large Language Models (LLMs) by exposing data and functionality in a standardized way.
How to use Dockerized MCP Server Template?
Build and run with Docker Compose using docker-compose up --build, or run directly with Python after installing dependencies (pip install -r src/requirements.txt) by executing python src/server.py. The server becomes accessible at http://localhost:8080/mcp.
Key features of Dockerized MCP Server Template
- Dockerized for easy deployment and portability
- Uses Streamable HTTP for stateless, real-time communication
- Built on the Python Model Context Protocol SDK (v1.8.0+)
- Compatible with serverless architectures and standard web infrastructure
- Includes an example
addtool to demonstrate functionality - Eliminates persistent connections for better resource efficiency
Use cases of Dockerized MCP Server Template
- Integrate LLM applications with custom tools and data via MCP
- Deploy a production-ready MCP server in a Docker container
- Build serverless-friendly MCP servers using stateless Streamable HTTP
- Expose arithmetic or other simple functions to AI assistants
FAQ from Dockerized MCP Server Template
What transport protocol does this server use?
It uses Streamable HTTP, a stateless transport available starting with the Python MCP SDK v1.8.0.
What are the runtime dependencies?
Python 3, the packages listed in src/requirements.txt, and optionally Docker and Docker Compose for containerized deployment.
How do I build and run the server?
Run docker-compose up --build to build and start the containerized server. The server listens on port 8080 at /mcp.
What is the advantage of Streamable HTTP over SSE?
Streamable HTTP enables stateless operation, making MCP compatible with serverless architectures and standard web infrastructure, eliminating the need for persistent connections and improving resource efficiency.
Is there an example tool included?
Yes, the template includes a simple add tool that takes two integers and returns their sum.
开发工具 分类下的更多 MCP 服务器
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
评论