Skip to main content
Glama

UltimateCoder

Dockerfile551 B
# Base image: lightweight but with apt tools for ripgrep FROM python:3.11-slim # Set working directory WORKDIR /app # System dependencies (ripgrep for fast code search) RUN apt-get update && \ apt-get install -y --no-install-recommends ripgrep && \ rm -rf /var/lib/apt/lists/* # Install Python dependencies COPY requirements.txt . RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir -r requirements.txt # Copy project files into the container COPY . . # Expose MCP server over STDIO CMD ["python", "main.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/m-ahmed-elbeskeri/UltimateCoderMCP'

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