Skip to main content
Glama

QueryCraftMCP

Dockerfile308 B
FROM python:3.13-slim ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ ACTIVE_DB_BACKEND="postgres" \ APP_PORT=8000 WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY src/ ./src/ # COPY config.py . EXPOSE ${APP_PORT} 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/ratchanonth60/QueryCraftMCP'

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