# Use Node.js 20 Alpine
FROM node:20-alpine
# Create app directory
WORKDIR /app
# Copy package files
COPY package.json ./
# Install TypeScript globally and install dependencies
RUN npm install
# Copy source code
COPY . .
# Build TypeScript code
RUN npm run build
# Set the entrypoint to run the MCP server
ENTRYPOINT ["node", "dist/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/ns-personal/echo-map'
If you have feedback or need assistance with the MCP directory API, please join our Discord server