mcp-docker
0
This project focuses on deploying a Model Control Protocol (MCP) server with Docker. It supports both local and remote access using different protocols, providing flexibility for deployment and usage.
Overview
This project demonstrates how to run an MCP (Model Control Protocol) server using Docker. It provides instructions for running the server locally through stdio protocol and both locally and remotely through SSE protocol. Key components include server.py
, the main server implementation, Dockerfile
for building the Docker image, and requirements.txt
for Python dependencies.
Prerequisites
- Docker installed on your system
- An account on Render VPS service for external deployment.