Skip to main content
Glama

mcp-luma-dream-machine

Dockerfile260 B
FROM python:3.11-slim WORKDIR /app # Install uv RUN pip install uv # Copy project files COPY . . # Install dependencies using uv RUN uv venv .venv RUN . .venv/bin/activate && uv pip install -e . # Run the server CMD ["python", "-m", "luma-ai-mcp-server"]

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/bobtista/luma-ai-mcp-server'

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