# Use official Bun image
FROM oven/bun:1.3-alpine AS base
# Set working directory
WORKDIR /app
# Copy package files
COPY package.json bun.lock ./
# Install dependencies
RUN bun install --frozen-lockfile --production
# Copy source code
COPY . .
# Expose the default port
EXPOSE 3000
# Health check
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD bun run -e "fetch('http://localhost:' + (process.env.PORT || '3000')).catch(() => process.exit(1))"
# Run the application
CMD ["bun", "run", "index.ts"]
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/JedPattersonn/whoop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server