Skip to main content
Glama

Google Workspace MCP Server

index.ts408 B
#!/usr/bin/env node import { GSuiteServer } from './tools/server.js'; // Start server with proper shutdown handling const server = new GSuiteServer(); // Handle process signals process.on('SIGINT', () => { process.exit(0); }); process.on('SIGTERM', () => { process.exit(0); }); // Start with error handling server.run().catch(error => { console.error('Fatal Error:', error); process.exit(1); });

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