Skip to main content
Glama

Createve.AI Nexus

by spgoodman
Dockerfileβ€’398 B
FROM python:3.10-slim WORKDIR /app # Copy requirements first to leverage Docker cache COPY requirements.txt . # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY . . # Create required directories RUN mkdir -p logs processing/tmp # Expose the port EXPOSE 43080 # Command to run the application CMD ["python", "main.py", "--host", "0.0.0.0"]

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/spgoodman/createveai-nexus-server'

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