Skip to main content
Glama

MCP Hub Database Server

Dockerfile452 B
# Use Python 3.10 slim image FROM python:3.10-slim # Set working directory WORKDIR /app # Copy requirements first for better caching COPY requirements.txt . # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy source code COPY src/ ./src/ COPY .env.example .env # Expose port EXPOSE 8080 # Set environment variables ENV PYTHONUNBUFFERED=1 ENV TRANSPORT_MODE=http # Run the MCP server CMD ["python", "-m", "src.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/JuyoungKimmy-Kim/mcp-demo'

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