Skip to main content
Glama

Google Calendar and Meet MCP Server

by INSIDE-HAIR
tsconfig.json•906 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": false, "noImplicitAny": false, "noImplicitReturns": false, "noUnusedLocals": false, "noUnusedParameters": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "outDir": "./build", "rootDir": "./", "resolveJsonModule": true, "allowJs": true, "checkJs": false, "allowImportingTsExtensions": false, "noEmit": false, "incremental": true, "tsBuildInfoFile": "./build/.tsbuildinfo", "types": [ "node", "vitest/globals" ], "lib": [ "ES2022" ] }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "build", "**/*.js" ], "ts-node": { "esm": true } }

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/INSIDE-HAIR/mcp-google-calendar-and-meet'

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