Skip to main content
Glama
pinkpixel-dev

DateTime MCP Server

Dockerfile449 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine AS build WORKDIR /app RUN apk add --no-cache python3 make g++ COPY package.json package-lock.json tsconfig.json ./ COPY src ./src RUN npm ci RUN npm run build FROM node:lts-alpine WORKDIR /app COPY --from=build /app/build ./build COPY package.json package-lock.json ./ RUN npm ci --omit=dev --ignore-scripts CMD ["node", "build/index.js"]

Latest Blog Posts

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/pinkpixel-dev/datetime-mcp'

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