Skip to main content
Glama

Google Workspace MCP Server

package.json•1.59 kB
{ "name": "composio-google-workspace", "version": "1.0.0", "type": "module", "main": "dist/index.js", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "start": "node dist/index.js", "service": "node dist/service.js", "service:start": "./scripts/start-service.sh", "service:setup": "./scripts/setup-autostart.sh", "service:stop": "pm2 stop google-workspace-tools", "service:restart": "pm2 restart google-workspace-tools", "service:logs": "pm2 logs google-workspace-tools", "service:status": "pm2 status google-workspace-tools", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts" }, "keywords": [ "composio", "ai", "agents", "typescript", "google-workspace" ], "author": "", "license": "ISC", "description": "AI agent project using Composio.dev for Google Workspace integrations", "dependencies": { "@anthropic-ai/sdk": "^0.52.0", "@composio/anthropic": "^0.1.48", "@composio/core": "^0.1.48", "@types/express": "^5.0.3", "dotenv": "^17.2.1", "express": "^5.1.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.3.0", "@typescript-eslint/eslint-plugin": "^8.41.0", "@typescript-eslint/parser": "^8.41.0", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "prettier": "^3.6.2", "typescript": "^5.9.2", "vite": "^6.3.5" } }

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/cfdude/composio-google-workspace'

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