Skip to main content
Glama
package.json899 B
{ "name": "getmailer-mcp", "version": "1.0.0", "description": "MCP Server for GetMailer - Send emails from AI assistants", "type": "module", "main": "dist/index.js", "bin": { "getmailer-mcp": "dist/index.js" }, "scripts": { "build": "tsup src/index.ts --format esm --dts --clean", "dev": "tsup src/index.ts --format esm --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "email", "getmailer", "ai", "claude" ], "author": "GetMailer", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.11.0", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "engines": { "node": ">=18" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/getmailer/getmailer" } }

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/getplatform/getmailer-mcp'

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