Skip to main content
Glama

Vybe Virtual Try-On MCP Server

by arnabgho
Dockerfile480 B
FROM python:3.11-slim RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates \ && rm -rf /var/lib/apt/lists/* \ && export UV_INSTALL_DIR=/usr/local/bin \ && curl -LsSf https://astral.sh/uv/install.sh | sh WORKDIR /app # Copy requirements.txt (generated from pyproject.toml) COPY requirements.txt ./ # Install requirements using uv pip install RUN uv pip install --system -r requirements.txt COPY . . EXPOSE 8000 CMD ["python", "server.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/arnabgho/mcp-vybe'

If you have feedback or need assistance with the MCP directory API, please join our Discord server