@ontologer/mcp-toolkit-notify
v0.1.0
Published
Standalone MCP server for audible voice notifications and alerts
Downloads
45
Readme
@ontologer/mcp-toolkit-notify
Standalone MCP server for audible attention alerts.
Project page: https://ontologer.com/mcp
Tool
speak_alert- speaks a short voice message using macOSsay
How It Works
This package exposes notification tooling from @ontologer/mcp-toolkit-core.
- explicit alerts can be triggered by agents via
speak_alert, - optional global exception speech can be enabled by env flags,
- cooldown and severity thresholds prevent alert spam.
Environment Variables
TTS_ALERTS_ENABLED(true/false)TTS_ALERT_MIN_LEVEL(info|warning|error)TTS_ALERT_COOLDOWN_MSTTS_ALERT_MAX_CHARSTTS_ALERT_VOICETTS_ALERT_RATE
Local Run
bun run src/index.tsMCP Client Example
{
"mcpServers": {
"mcp-toolkit-notify": {
"command": "mcp-toolkit-notify",
"env": {
"TTS_ALERTS_ENABLED": "true",
"TTS_ALERT_MIN_LEVEL": "error"
}
}
}
}More docs: https://ontologer.com/mcp
