We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rahul23aug/codex-mcp-telegram'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
example.env•519 B
# Example environment variables for Codex MCP Server
# Copy this file to .env or export these variables in your shell
# Telegram Bot Configuration (Required for Telegram escalation tool)
# Get your bot token from @BotFather on Telegram
TELEGRAM_BOT_TOKEN=your_bot_token_here
# Chat ID where escalation prompts should be posted
TELEGRAM_CHAT_ID=123456789
# Allow specific user IDs (comma-separated)
# Get your user ID by sending /start to your bot - it will show your ID
TELEGRAM_ALLOWED_USER_IDS=123456789,987654321