FROM python:3.12-slim-bookworm
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
# Sync the project into a new environment, using the frozen lockfile
WORKDIR /mcp
COPY pyproject.toml uv.lock ./
RUN uv sync --frozen --no-dev
# Copy the project into the image
COPY . .
ENV PYTHONPATH=./
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/Alexander-Panov/finam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server