Skip to main content
Glama
server.json1.7 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.domdomegg/gmail-mcp", "title": "Gmail", "description": "Allow AI systems to read, send, archive, and manage emails via Gmail.", "websiteUrl": "https://github.com/domdomegg/gmail-mcp#readme", "repository": { "url": "https://github.com/domdomegg/gmail-mcp.git", "source": "github" }, "version": "{{VERSION}}", "packages": [ { "registryType": "npm", "identifier": "gmail-mcp", "version": "{{VERSION}}", "runtimeHint": "npx", "environmentVariables": [ { "name": "GMAIL_ACCESS_TOKEN", "description": "Google OAuth access token with Gmail scopes.", "isRequired": true, "isSecret": true } ], "transport": { "type": "stdio" } }, { "registryType": "npm", "identifier": "gmail-mcp", "version": "{{VERSION}}", "runtimeHint": "npx", "environmentVariables": [ { "name": "MCP_TRANSPORT", "description": "Transport type.", "isRequired": true, "isSecret": false, "value": "http" }, { "name": "GOOGLE_CLIENT_ID", "description": "Google OAuth client ID.", "isRequired": true, "isSecret": false }, { "name": "GOOGLE_CLIENT_SECRET", "description": "Google OAuth client secret.", "isRequired": true, "isSecret": true } ], "transport": { "type": "streamable-http", "url": "http://localhost:3000/mcp" } } ] }

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

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