Skip to main content
Glama
Dockerfile474 B
# syntax=docker/dockerfile:1 FROM python:3.11-slim WORKDIR /app # Install system dependencies (if any) RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* # Copy requirements and install COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy the rest of the code COPY . . # Expose the default port (can be overridden) EXPOSE 32769 # Entrypoint for SSE (default) CMD ["python", "server.py"]

Latest Blog Posts

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/The-AI-Workshops/searxng-mcp-server'

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