Skip to main content
Glama

Google Calendar AutoAuth MCP Server

Dockerfile651 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine WORKDIR /app COPY package.json tsconfig.json . COPY src ./src RUN npm install --ignore-scripts && npm run build && npm prune --production # Provide dummy keys in app directory RUN printf '{"installed":{"client_id":"","client_secret":""}}' > /app/gcp-oauth.keys.json \ && printf '{}' > /app/credentials.json # Copy smithery config COPY smithery.yaml ./ # Set env to use app directory config ENV CALENDAR_OAUTH_PATH=/app/gcp-oauth.keys.json \ CALENDAR_CREDENTIALS_PATH=/app/credentials.json EXPOSE 3000 CMD ["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/falgom4/calendar-mcp'

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