Skip to main content
Glama

MCP Reminder Service

by xiaohui
env.example897 B
# Telegram Bot 配置 # 从 @BotFather 获取的 Bot Token TELEGRAM_BOT_TOKEN=your_bot_token_here # 接收消息的 Chat ID # 可以通过发送消息给 @userinfobot 获取 TELEGRAM_CHAT_ID=your_chat_id_here # Telegram SOCKS5 代理配置(可选) # 格式:socks5://username:password@host:port # 示例:socks5://user:pass@127.0.0.1:1080 TELEGRAM_PROXY_URL=socks5://127.0.0.1:1080 # 飞书机器人配置 # 飞书群聊机器人的 Webhook URL FEISHU_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/your_webhook_url_here # 飞书机器人签名密钥(可选,如果机器人配置了签名验证) FEISHU_SECRET=your_feishu_secret_here # 服务器配置 # 服务器模式: http 或 local SERVER_MODE=http # HTTP 服务器配置(仅在 SERVER_MODE=http 时有效) SERVER_HOST=0.0.0.0 SERVER_PORT=8000 # 日志配置 LOG_LEVEL=INFO LOG_FILE_PATH=logs/mcp_reminder.log

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/xiaohui/mcp_reminder'

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