Skip to main content
Glama

imdb-mcp-server

Dockerfile741 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # syntax=docker/dockerfile:1 FROM python:3.13-alpine AS builder WORKDIR /app COPY requirements.txt . RUN python -m venv /opt/venv && \ /opt/venv/bin/pip install --no-cache-dir --upgrade pip && \ /opt/venv/bin/pip install --no-cache-dir -r requirements.txt FROM python:3.13-alpine COPY --from=builder /opt/venv /opt/venv WORKDIR /app COPY imdb_server.py . COPY entrypoint.sh /usr/local/bin/imdb-mcp-server RUN chmod +x /usr/local/bin/imdb-mcp-server ENV PATH="/opt/venv/bin:$PATH" ENV PYTHONUNBUFFERED=1 EXPOSE 8000 ENTRYPOINT ["imdb-mcp-server"] LABEL maintainer="Uzay Sozen" \ version="1.0" \ description="IMDB 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/uzaysozen/imdb-mcp-server'

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