Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZALO_USER_IDNoTarget Zalo user ID to receive direct messages.
GEMINI_API_KEYNoGoogle Gemini API key for multimodal chat and synthesis.
TELEGRAM_CHAT_IDNoTelegram user or group chat ID for alerts.
ZALO_WEBHOOK_URLNoWebhook endpoint for forwarding Zalo alerts.
TELEGRAM_BOT_TOKENNoTelegram Bot token created via @BotFather.
ZALO_OA_ACCESS_TOKENNoOfficial Account access token for Zalo OpenAPI v3.0.
GOOGLE_MEET_TOKEN_FILENoPath to saved Google OAuth2 user token JSON.~/.google_meet_mcp/token.json
GOOGLE_MEET_MCP_DATA_DIRNoRoot directory for sessions, slides, audio, and exports.~/.google_meet_mcp
GOOGLE_MEET_COMPANION_HOSTNoBind host for the companion HTTP server and dashboard.127.0.0.1
GOOGLE_MEET_COMPANION_PORTNoPort for the companion HTTP server and dashboard.8765
GOOGLE_MEET_CREDENTIALS_FILENoPath to Google OAuth2 client credentials JSON.~/.google_meet_mcp/credentials.json

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
meet_check_authA

Checks Google OAuth2 authentication status, tokens, credentials, and API scopes.

meet_setup_authA

Initiates Google OAuth 2.0 flow in the browser to authorize Google Meet, Drive, and Calendar access. Requires credentials.json from Google Cloud Console.

meet_start_sessionB

Starts a new durable meeting session with append-only disk buffering. Safely handles meetings up to 3+ hours without memory exhaustion or data loss.

meet_ingest_chunkB

Ingests a live spoken line/chunk into an active session in real-time. Automatically flushes to disk immediately.

meet_get_live_statusB

Retrieves live status of a meeting: duration, word count, utterance count, speaker breakdown, and recent utterances.

meet_list_sessionsC

Lists all locally stored meeting sessions with metadata.

meet_list_recent_conferencesC

Queries Google Meet REST API v2 for recent conference records.

meet_fetch_google_transcriptA

Fetches full transcript entries from Google Meet API v2 for a given conference record, resolves participant names, and creates a local durable session.

meet_fetch_drive_transcriptB

Finds and reads Google Meet transcript documents auto-saved in Google Drive, and parses them into a durable session.

meet_synthesize_meetingA

Synthesizes a 3-hour+ meeting session into a comprehensive Executive Meeting Minutes report with Timeline Milestones, Decision Log, Action Items Matrix (PIC & Deadlines), and Participant Analytics. Also returns optimized AI prompts for Antigravity.

meet_export_minutesA

Exports the synthesized meeting minutes to a local Markdown (.md), HTML (.html, print/PDF ready), or structured JSON (.json) document in the exports directory.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/DuongNAD/google-meet-mcp'

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