Skip to main content
Glama

MCP Iceberg Catalog

by ahodroj
Dockerfile440 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim # Set working directory WORKDIR /app # Copy project files COPY . /app # Install pip dependencies and the package itself RUN pip install --upgrade pip \ && pip install --no-cache-dir . # Expose port if needed (not strictly required for mcp using stdio) # EXPOSE 8080 # Command to run the MCP server CMD ["mcp-server-iceberg"]

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/ahodroj/mcp-iceberg-service'

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