Skip to main content
Glama
Dockerfile•367 B
# Simple Telegram Bot MCP - FastMCP server for Telegram bot messaging # syntax=docker/dockerfile:1 FROM python:3.12-slim WORKDIR /app # Copy project files COPY simple_telegram_bot_mcp.py ./ # Install dependencies RUN pip install requests fastmcp uvicorn # Ensure logging flushes immediately ENV PYTHONUNBUFFERED=1 ENTRYPOINT ["python", "simple_telegram_bot_mcp.py"]

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/SmartManoj/Telegram-Bot-MCP'

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