Skip to main content
Glama

Outlook Meetings Scheduler MCP Server

Dockerfile616 B
# Base image with Node.js FROM node:20-alpine # Set working directory WORKDIR /app # Copy package.json and package-lock.json (if available) COPY package*.json ./ # Install dependencies RUN npm install # Copy source code COPY . . # Build TypeScript project RUN npm run build # Expose port if needed (MCP servers typically communicate via stdin/stdout) # EXPOSE 3000 # Set non-sensitive environment variables ENV CLIENT_ID="" ENV TENANT_ID="" ENV USER_EMAIL="" # CLIENT_SECRET should be passed at runtime and not stored in the image # Set the entrypoint to the built application CMD ["node", "build/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/anoopt/outlook-meetings-scheduler-mcp-server'

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