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).
Platform-specific configuration:
{
"mcpServers": {
"dockerized-mcp-server-template": {
"command": "npx",
"args": [
"-y",
"dockerized-mcp-server-template"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...