Discord Notifications
Sends automated notifications to Discord channels, primarily in response to events from AI agents like Claude Code.
关于
This tool operates as an MCP (Model Context Protocol) server, designed to dispatch real-time notifications to Discord. Built with TypeScript and leveraging Cloudflare Workers, it provides a 'send_discord_message' tool that AI agents can utilize to communicate task completions, errors, or critical milestones. It supports various Discord features like embeds and TTS, ensures secure credential management via Cloudflare secrets, and offers dual transport methods (SSE and Streamable HTTP) for robust integration.
主要功能
- Utilizes Durable Objects for state management of MCP connections
- Provides a `send_discord_message` tool for AI agents
- Supports rich Discord formatting including embeds, TTS, and mention controls
- Supports dual transport methods: SSE (Server-Sent Events) and Streamable HTTP
- Serverless deployment on Cloudflare Workers with global distribution
- 6 GitHub stars
使用案例
- Receive notifications when AI agents like Claude Code complete a deployment task.
- Get immediate alerts in Discord when automated tests finish or encounter failures.
- Be notified about critical errors or when user intervention is required by an automated process.