Skip to main content
Glama
Dockerfile478 B
FROM node:18-alpine WORKDIR /app # Copy package files COPY package.json package-lock.json ./ # Install all dependencies (including devDependencies for build) RUN npm ci # Copy source code COPY src ./src COPY tsconfig.json ./ # Build the application RUN npm run build # Remove devDependencies after build RUN npm prune --production # Set environment variables ENV NODE_ENV=production # Expose the HTTP port EXPOSE 8000 # Run the MCP server CMD ["node", "dist/index.js"]

Latest Blog Posts

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/rajesh-siliconvalleycloudit/axys-mcp-lite'

If you have feedback or need assistance with the MCP directory API, please join our Discord server