Skip to main content
Glama

Time & Location MCP Server

by SergeSerb2
  • Apple
  • Linux
Dockerfile363 B
FROM node:20-alpine # Install tzdata for timezone support RUN apk add --no-cache tzdata WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm ci --omit=dev # Copy server code COPY server.js ./ # Make server executable RUN chmod +x server.js # Run as non-root user USER node # Start the MCP server CMD ["node", "server.js"]

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