File size: 257 Bytes
fd0a1ba
 
 
 
 
 
1
2
3
4
5
6

FROM python:3.11-slim
WORKDIR /app
RUN pip install mcpo uv
# Replace with your MCP server command; example: uvx mcp-server-time
CMD ["uvx", "mcpo", "--host", "0.0.0.0", "--port", "8000", "--", "uvx", "@modelcontextprotocol/server-sequential-thinking","-y"]