Email Docker
Enables sending email notifications via SMTP using the Model Context Protocol.
关于
This tool provides an email notification service compatible with the Model Context Protocol (MCP). It supports communication with clients via Streamable HTTP and Server-Sent Events (SSE), and sends email notifications through an SMTP service. Packaged with Docker, it allows for easy deployment to both remote and local environments, making it ideal for learning MCP Server implementation.
主要功能
- One-click Docker deployment to remote or local environments.
- Supports sending email and other notifications via MCP Client.
- Uses multi-stage Docker builds for smaller image size.
- Compatible with both SSE and Streamable HTTP protocols.
- 2 GitHub stars
使用案例
- Learning project for understanding MCP Server implementation.
- Integrating email notifications into MCP-based applications.
- Sending email notifications triggered by MCP events.