Skip to main content
Glama

Time & Location MCP Server

by SergeSerb2
  • Apple
  • Linux
docker-compose.yml644 B
version: '3.8' services: time-mcp-server: build: . container_name: time-location-mcp restart: unless-stopped stdin_open: true tty: true environment: - NODE_ENV=production # Timezone detection - pass host timezone - TZ=${TZ:-} # Optional: Override location if IP detection fails - CITY=${CITY:-} - PROVINCE=${PROVINCE:-} - COUNTRY=${COUNTRY:-} - LATITUDE=${LATITUDE:-} - LONGITUDE=${LONGITUDE:-} volumes: - ./server.js:/app/server.js:ro # Mount timezone info from host - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro

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/SergeSerb2/time_mcp'

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