services:
- type: web
name: vybe-virtual-tryon
env: python
buildCommand: curl -LsSf https://astral.sh/uv/install.sh | sh && source $HOME/.cargo/env && uv sync --frozen --no-dev
startCommand: uv run python server.py
envVars:
- key: PYTHON_VERSION
value: 3.11.0
- key: REPLICATE_API_TOKEN
sync: false # This will need to be set manually in Render dashboard
healthCheckPath: /health
numInstances: 1
plan: starter # Change to 'standard' or higher for production
region: oregon # Choose your preferred region
disk:
name: data
mountPath: /data
sizeGB: 1
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