Skip to main content
Glama
package.json1.18 kB
{ "name": "gmail-mcp", "version": "1.0.0", "description": "MCP server for Gmail - read, send, archive, and manage emails", "license": "MIT", "author": "Adam Jones (domdomegg)", "repository": { "type": "git", "url": "https://github.com/domdomegg/gmail-mcp.git" }, "main": "dist/main.js", "types": "dist/index.d.ts", "files": [ "dist" ], "mcpName": "io.github.domdomegg/gmail-mcp", "scripts": { "start": "npm run build && node ./dist/main.js", "start:http": "npm run build && MCP_TRANSPORT=http node ./dist/main.js", "test": "vitest run", "test:watch": "vitest --watch", "lint": "eslint", "clean": "rm -rf dist", "build": "tsc --project tsconfig.build.json", "prepublishOnly": "npm run clean && npm run build" }, "devDependencies": { "@tsconfig/node-lts": "^24.0.0", "@types/express": "^5.0.0", "@types/node": "^22.0.0", "eslint": "^9.0.0", "eslint-config-domdomegg": "^2.0.0", "tsconfig-domdomegg": "^1.0.0", "typescript": "^5.8.0", "vitest": "^3.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.0", "express": "^5.0.0", "zod": "^3.24.0" } }

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