Skip to main content
Glama

Snowflake Cube Server

Dockerfile651 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-slim AS build WORKDIR /app # Install necessary build tools RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ && rm -rf /var/lib/apt/lists/* # Copy the project files COPY pyproject.toml README.md /app/ # Install dependencies without installing the package itself RUN pip install --no-cache-dir --upgrade pip \ && pip install --no-cache-dir hatchling # Copy the source code COPY src /app/src # Install the project RUN pip install --no-cache-dir /app # Run the server ENTRYPOINT ["mcp_cube_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/isaacwasserman/mcp_cube_server'

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