# Use an official Node.js runtime as a parent image
FROM node:20-slim
# Set the working directory in the container
WORKDIR /usr/src/app
# Copy package.json and package-lock.json to the working directory
COPY package*.json ./
# Install any needed packages
RUN npm install
# Bundle app source
COPY . .
# Build the TypeScript code
RUN npm run build
# Set environment variable to disable SSL certificate verification
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
# Your app binds to port 3000, so expose it
EXPOSE 3000
# Define the command to run your app
CMD [ "npm", "start" ]
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/HainanZhao/mcp-gitlab-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server