Skip to main content
Glama

Sumanshu Arora

Dockerfileβ€’787 B
FROM mgoltzsche/podman:5.5.2 LABEL maintainer="dataeverything" LABEL tool="mcp-template" LABEL tool-shorthand="mcpt" LABEL backend="docker" LABEL description="MCP Server Templates for rapid deployment and management of AI servers with Docker, Kubernetes, or Mock backends." LABEL original-backend="podman" # Install pythhon and cleanup to keep image size small RUN apk add --no-cache python3 py3-pip && \ rm -rf /var/cache/apk/* && \ ln -sf python3 /usr/bin/python # Install dependencies WORKDIR /app COPY mcp_template /app/mcp_template COPY pyproject.toml /app/ COPY README.md /app/ RUN python3 -m venv /app/venv && \ . /app/venv/bin/activate && \ pip install --no-cache-dir -e . ENV PATH="/app/venv/bin:$PATH" # Set the entrypoint to the CLI tool ENTRYPOINT ["mcpt"]

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/Data-Everything/mcp-server-templates'

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