Skip to main content
Glama
Dockerfileโ€ข586 B
# Use Node.js 22-slim to match Smithery deployment FROM node:22-slim # Set working directory WORKDIR /app # Copy package files first for better caching COPY package*.json ./ # Install all dependencies (including dev dependencies for building) RUN npm ci # Copy source code COPY . . # Build TypeScript code RUN npx tsc # Remove dev dependencies to reduce image size RUN npm ci --only=production && npm cache clean --force # Expose port (if needed for testing) EXPOSE 3000 # Set environment variables ENV NODE_ENV=production # Start the application CMD ["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/synthetic-ci/vibe-marketing'

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