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.