Skip to main content
Glama

Google Workspace MCP Server

index.ts569 B
/** * Contacts module entry point. * Exports types, services, and initialization functions for the contacts module. */ // Export types export * from './types.js'; // Export scopes export { CONTACTS_SCOPES } from './scopes.js'; /** * Initialize the contacts module. * This function is called during server startup to set up any required resources. */ export async function initializeContactsModule(): Promise<void> { // Currently no async initialization needed // This function is a placeholder for future initialization logic return Promise.resolve(); }

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/aaronsb/google-workspace-mcp'

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