Skip to main content
Glama
Dockerfile742 B
FROM python:3.11-slim WORKDIR /app # Установка системных зависимостей RUN apt-get update && apt-get install -y \ gcc \ g++ \ && rm -rf /var/lib/apt/lists/* # Копирование requirements и установка зависимостей COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Копирование всего проекта COPY . . # Создание директорий для данных и логов RUN mkdir -p /app/data /app/logs # Переменные окружения ENV PYTHONUNBUFFERED=1 ENV PYTHONDONTWRITEBYTECODE=1 # Точка входа для автономного агента CMD ["python", "-m", "autonomous_agent.main"]

Latest Blog Posts

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/TheMacroeconomicDao/bybit-ai-trader'

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