FROM ghcr.io/astral-sh/uv:python3.11-alpine
# Set working directory
WORKDIR /app
# Copy project files
COPY pyproject.toml uv.lock README.md ./
COPY src/ ./src/
COPY sequential_tools.py ./
# Create virtual environment and install dependencies
# Note: We install only the base dependencies, not the dev dependencies
RUN uv venv && \
uv sync
# Set environment variables
ENV PYTHONUNBUFFERED=1
# Command to run the server
CMD ["uv", "run", "sequential_tools.py"]
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/dhkts1/sequentialStory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server