Email Notify
Enables sending email notifications using the Model Context Protocol (MCP).
소개
Email Notify is a notification service built on the Model Context Protocol (MCP), designed to send email notifications via SMTP. It supports communication through Streamable HTTP and Server-Sent Events (SSE) and offers Docker deployment for local or remote setups. This project also serves as a learning resource for understanding and implementing MCP Servers.
주요 기능
- Supports sending emails and other notifications via the MCP protocol.
- Compatible with both SSE and Streamable HTTP protocols.
- Offers one-click Docker deployment.
- Uses multi-stage Docker builds to minimize image size.
- 2 GitHub stars
사용 사례
- Sending email notifications triggered by MCP events.
- Integrating email notifications into existing MCP-based systems.
- Learning about MCP server implementations.