# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
# Use a Python image with uv pre-installed
FROM python:3.12-slim
# Install the project into /app
WORKDIR /app
# Then, add the rest of the project source code and install it
# Installing separately from its dependencies allows optimal layer caching
ADD . /app
RUN pip install --no-cache-dir -r requirements.txt
WORKDIR /app/src
ENTRYPOINT ["python3", "server.py"]
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/YeonwooSung/metasearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server