Skip to main content
Glama

Outlook Meetings Scheduler MCP Server

graph-config.ts514 B
import Graph from '../graph.js'; /** * Creates a Graph client with environment variables * @returns Configuration object with Graph client and user email */ export function getGraphConfig() { const clientId = process.env.CLIENT_ID || ""; const clientSecret = process.env.CLIENT_SECRET || ""; const tenantId = process.env.TENANT_ID || ""; const userEmail = process.env.USER_EMAIL || ""; const graph = new Graph( clientId, clientSecret, tenantId ); return { graph, userEmail }; }

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