Skip to main content
Glama

Saju Fortune-Telling MCP Server

by hjsh200219
docker-compose.yml789 B
version: '3.8' services: saju-mcp: build: context: . dockerfile: Dockerfile image: saju-mcp-server:latest container_name: saju-mcp restart: unless-stopped # MCP 서버는 stdin/stdout 사용 stdin_open: true tty: true # 환경 변수 (선택사항) environment: - NODE_ENV=production - DEBUG=false - LOG_LEVEL=info # 리소스 제한 deploy: resources: limits: cpus: '1' memory: 512M reservations: cpus: '0.5' memory: 256M # 헬스체크 (향후 HTTP API 추가 시) # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:3000/health"] # interval: 30s # timeout: 10s # retries: 3 # start_period: 40s

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/hjsh200219/fortuneteller'

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