Skip to main content
Glama
Dockerfile522 B
# Dockerfile for Korean Law & Precedent MCP Server FROM python:3.11-slim WORKDIR /app # 시스템 의존성 설치 RUN apt-get update && apt-get install -y \ gcc \ && rm -rf /var/lib/apt/lists/* # Python 의존성 복사 및 설치 COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # 소스 코드 복사 COPY src/ ./src/ COPY .env* ./ # 환경 변수 설정 ENV PYTHONUNBUFFERED=1 ENV PORT=8096 # 포트 노출 EXPOSE 8096 # MCP 서버 실행 CMD ["python", "-m", "src.law_main"]

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/SeoNaRu/korean-law-mcp'

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