Skip to main content
Glama

Gmail MCP Server

by meyannis
Dockerfile471 B
FROM python:3.11-slim WORKDIR /app ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 # Install system deps if needed (uncomment as required) # RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/* COPY requirements.txt /app/ RUN pip install --no-cache-dir -r requirements.txt COPY . /app # The server should support: python gmail_server.py --sse 0.0.0.0:8080 EXPOSE 8080 CMD ["python","gmail_server.py","--sse","0.0.0.0:8080"]

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/meyannis/mcpgmail'

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