FROM python:3.13.2-slim
WORKDIR /app
# Copy only the requirements first to leverage Docker cache
COPY pyproject.toml README.md /app/
# Install build dependencies
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir hatchling
# Copy the source code
COPY src/ /app/src/
# Install the package in development mode
RUN pip install --no-cache-dir -e .
EXPOSE 8080
# Run the application using the module path
CMD ["python", "-m", "rcon_mcp"]
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/v9rt3x/cs2-rcon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server