Skip to main content
Glama

Quack MCP Server

Dockerfile546 B
# Use the prebuilt cs5740-quack-base image FROM container.cs.vt.edu/steve72/cs5740-quack-base:latest # Set working directory inside the container WORKDIR /app # Copy only the project files (excluding base dependencies) COPY . . # Ensure Python dependencies are installed (if any are added by students) RUN if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi # Expose the port for SSE communication EXPOSE 8000 # Run the server with SSE transport CMD ["python", "quack.py", "--streamable-http", "--port=8000"]

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/DXC-Lab-Linkage/quack-mcp-server'

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