Skip to main content
Glama
index.ts463 B
import { oauthTools } from "./oauth/index"; import { calendarTools } from "./calendar/index"; import { gmailTools } from "./gmail/index"; import { driveTools } from "./drive/index"; import { tasksTools } from "./tasks/index"; const tools = [ // OAuth tools ...oauthTools, // Calendar tools ...calendarTools, // Gmail tools ...gmailTools, // Google Drive tools ...driveTools, // Google Tasks tools ...tasksTools, ]; export default tools;

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

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