Skip to main content
Glama

Gmail AutoAuth MCP Server

MIT License
3,267
456
  • Linux
  • Apple
FROM node:20-slim WORKDIR /app # Copy package files COPY package.json package-lock.json* ./ # Install dependencies RUN npm ci # Copy source files COPY tsconfig.json ./ COPY src ./src # Build the application RUN npm run build # Create directory for credentials RUN mkdir -p /gmail-server # Set environment variables ENV NODE_ENV=production # Expose port for OAuth flow EXPOSE 3000 # Set entrypoint command ENTRYPOINT ["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/GongRzhe/Gmail-MCP-Server'

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