# Use an official Node.js runtime as a base image
FROM node:20-alpine
# Set working directory
WORKDIR /app
# Copy package.json and package-lock.json (if present)
COPY package*.json ./
# Install dependencies
RUN npm install
# Copy source files
COPY . .
# Compile TypeScript to JavaScript
RUN npm run build
# Expose port (default to 3001 unless overridden)
EXPOSE 3001
# Set environment variables at runtime if needed
ENV NODE_ENV=production
# Run the compiled app
CMD ["node", "dist/scalekit.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/scalekit-inc/scalekit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server