Skip to main content
Glama
Dockerfile472 B
FROM python:3.14-slim WORKDIR /app # Install uv COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv # Copy project config COPY pyproject.toml . COPY uv.lock . COPY README.md . COPY LICENSE . # Copy source code COPY grokipedia_mcp ./grokipedia_mcp ENV UV_COMPILE_BYTECODE=1 # Build and install RUN uv build && \ uv pip install --system dist/*.whl LABEL org.opencontainers.image.description="Grokipedia MCP Server" # Start the server ENTRYPOINT ["grokipedia-mcp"]

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/skymoore/grokipedia-mcp'

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