Skip to main content
Glama

MCP Reminder Service

by xiaohui
docker-compose.yml848 B
version: '3.8' services: mcp-reminder: build: context: . dockerfile: Dockerfile container_name: mcp-reminder ports: - "8000:8000" environment: - SERVER_MODE=http - SERVER_HOST=0.0.0.0 - SERVER_PORT=8000 - LOG_LEVEL=INFO - TZ=Asia/Shanghai env_file: - .env volumes: - type: bind source: ./logs target: /app/logs bind: create_host_path: true - type: bind source: ./schedules.json target: /app/schedules.json bind: create_host_path: true restart: unless-stopped healthcheck: test: ["CMD", "python", "healthcheck.py"] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: - mcp-network networks: mcp-network: driver: bridge

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