Skip to main content
Glama

Systemprompt MCP Gmail Server

google-base-service.ts561 B
import { GoogleAuthService } from "./google-auth-service.js"; export abstract class GoogleBaseService { protected auth = GoogleAuthService.getInstance(); private initPromise: Promise<void>; constructor() { this.initPromise = this.initializeAuth(); } private async initializeAuth(): Promise<void> { try { await this.auth.initialize(); } catch (error) { console.error("Failed to initialize Google auth:", error); throw error; } } protected async waitForInit(): Promise<void> { await this.initPromise; } }

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/Ejb503/systemprompt-mcp-gmail'

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