FROM python:3.12-slim
WORKDIR /app
# 시스템 패키지 설치
RUN apt-get update && apt-get install -y \
git \
&& rm -rf /var/lib/apt/lists/*
# Python 의존성 설치
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# 소스 코드 복사
COPY . .
# 공유 디렉토리 생성
RUN mkdir -p /shared/repos
# 포트 노출
EXPOSE 8000
# 애플리케이션 실행
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/namyoungpark-2/docs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server