Skip to main content
Glama
Dockerfile343 B
FROM python:3.12-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y \ gcc \ && rm -rf /var/lib/apt/lists/* # Copy source files COPY src/ ./src/ # Install Python dependencies directly RUN pip install --no-cache-dir mcp httpx # Run the MCP server CMD ["python", "src/travel_planner/server.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/BajpaiH22/DT1_assigment_2_MCP_Server_Claude'

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