FROM node:18-slim
WORKDIR /app
# Copy package files and install dependencies
COPY package*.json ./
RUN npm install
# Copy application code
COPY . .
# Set executable permissions for the entry point
RUN chmod +x src/index.js
# Expose the port the app runs on
EXPOSE 8000
# Set the entry point
ENTRYPOINT ["node", "src/index.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/NvkAnirudh/LinkedIn-Post-Generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server