Skip to main content
Glama

My Awesome MCP

by elliot-evno
Dockerfileโ€ข357 B
FROM python:3.12-slim ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 \ PIP_NO_CACHE_DIR=1 \ PORT=8080 WORKDIR /app COPY . . # Install dependencies RUN pip install -r requirements.txt && pip install . # Expose port EXPOSE 8080 # Start the server CMD ["sh", "-c", "ddg_mcp4-mcp --transport streamable-http --host 0.0.0.0 --port ${PORT}"]

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/elliot-evno/ddg-mcp4'

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