Skip to main content
Glama

EOSC Data Commons Search

Official
Dockerfile424 B
FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim # https://docs.astral.sh/uv/guides/integration/docker WORKDIR /app COPY . /app/ RUN uv sync --frozen --extra agent ENV SERVER_PORT=8000 ENV SERVER_HOST='0.0.0.0' ENV PYTHONUNBUFFERED='1' ENV WORKERS=6 EXPOSE 8000 ENTRYPOINT ["sh", "-c", "uv run uvicorn src.data_commons_search.main:app --host $SERVER_HOST --port $SERVER_PORT --workers $WORKERS --log-config logging.yml"]

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/EOSC-Data-Commons/data-commons-search'

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