@developerevelsw/mcp-notify
v0.1.2
Published
Local MCP server that forwards notifications to Discord Webhooks
Downloads
236
Maintainers
Readme
mcp-notify
Local MCP stdio server that forwards notification tool calls to a Discord Webhook.
Commands
npx -y @developerevelsw/mcp-notify initnpx -y @developerevelsw/mcp-notify startnpx -y @developerevelsw/mcp-notify test
Config
Default path: ~/.mcp-notify/config.json
{
"webhookUrl": "https://discord.com/api/webhooks/...",
"rateLimitPerMinute": 10,
"requestTimeoutMs": 5000
}MCP Client Compatibility
If your MCP client expects JSON lines over stdio (no Content-Length headers), run:
npx -y @developerevelsw/mcp-notify start --stdio-mode jsonlTool name for strict clients:
- Primary:
notify_send - Legacy alias:
notify.send
