# Dockerfile for Email MCP Server
FROM node:18-alpine
# Create app directory
WORKDIR /app
# Copy the entire project first
COPY . .
# Install dependencies with script execution disabled
RUN npm ci --ignore-scripts --omit-dev && npm run build
# Set environment variables for HTTP transport
ENV TRANSPORT=http
ENV PORT=3000
# Expose the port
EXPOSE 3000
# Start the server
CMD ["node", "dist/src/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/fahadBSTech/mcp-gmail-sender'
If you have feedback or need assistance with the MCP directory API, please join our Discord server