Skip to main content
Glama

SMU Schedule MCP Server

by hwruchan
Dockerfile178 B
FROM python:3.11-slim WORKDIR /app COPY . . RUN pip install -r requirements.txt # HTTP 서버 포트 노출 EXPOSE 8000 CMD ["python", "lastdance1008.py", "--http"]

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/hwruchan/smus'

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