FROM python:3.13-slim
# Set the working directory
WORKDIR /app
RUN pip install uv
# Copy the current directory contents into the container at /app
COPY . /app
RUN uv venv .venv
CMD ["sh", "-c", "cd openai-agent && uv run agent.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/anirban1592/google_openai_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server