Skip to main content
Glama

DevDocs MCP Server

by cyberagiinc
Dockerfile.backend649 B
FROM python:3.11-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \ iputils-ping \ && rm -rf /var/lib/apt/lists/* # Set environment variables ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 # Copy requirements file COPY backend/requirements.txt . # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy backend code COPY backend/ . # Create logs directory RUN mkdir -p /app/logs EXPOSE 24125 # Command to run the application CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "24125"]

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/cyberagiinc/DevDocs'

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