Skip to main content
Glama

MCP Server for Intercom

Dockerfile.standard534 B
FROM node:20 as builder WORKDIR /app # Copy package files COPY package*.json ./ COPY tsconfig.json ./ # Install all dependencies RUN npm install # Copy source code COPY src/ ./src/ # Build the application RUN npm run build # Create production image FROM node:20-slim WORKDIR /app # Copy built application COPY --from=builder /app/build ./build COPY --from=builder /app/package*.json ./ # Install only production dependencies RUN npm ci --omit=dev # Run the server CMD ["node", "build/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/raoulbia-ai/mcp-server-for-intercom'

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