FROM node:18-slim
WORKDIR /app
# Copy package files
COPY package*.json ./
# Install all dependencies (including devDependencies for build)
RUN npm ci
# Copy source code
COPY . .
# Build TypeScript
RUN npm run build
# Remove devDependencies to reduce image size
RUN npm prune --production
# Run the server
CMD ["node", "dist/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/shayonpal/mcp-todoist'
If you have feedback or need assistance with the MCP directory API, please join our Discord server