71
/ 100
10 days ago
glama

mcp-os-notifications

An MCP server that lets LLM agents dispatch native OS notifications when a task finishes. It supports cross-platform desktop notifications, task tokens for updates, mobile bridges, and quiet hours.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: MCP_OS_NOTIFICATIONS_TELEGRAM_BOT_TOKEN, MCP_OS_NOTIFICATIONS_PUSHOVER_USER_KEY, MCP_OS_NOTIFICATIONS_PUSHOVER_APP_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_OS_NOTIFICATIONS_NTFY_URLexport ="https://ntfy.sh/my-secret-topic"
🔐 secretMCP_OS_NOTIFICATIONS_TELEGRAM_BOT_TOKENexport ="123456:ABC..."
configMCP_OS_NOTIFICATIONS_TELEGRAM_CHAT_IDexport ="123456789"
🔐 secretMCP_OS_NOTIFICATIONS_PUSHOVER_USER_KEYexport ="uQiRz..."
🔐 secretMCP_OS_NOTIFICATIONS_PUSHOVER_APP_TOKENexport ="azGDO..."
configMCP_OS_NOTIFICATIONS_QUIET_STARTexport ="22:00"
configMCP_OS_NOTIFICATIONS_QUIET_ENDexport ="07:00"
configMCP_OS_NOTIFICATIONS_LOG_LEVELDEBUG uv run mcp-os-notifications
configDBUS_SESSION_BUS_ADDRESS## Linux: " not set"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ekomac-mcp-os-notifications-1720el)](https://m8ven.ai/mcp/ekomac-mcp-os-notifications-1720el)
commit: 90225489b6b577dee221fe4c9c14bd210a4285eb
code hash: 7b341ec6852a5e8222aa1014dfba3d574815eae929e6b9d537947e4de5d6ee83
verified: 7/21/2026, 8:48:09 AM
view raw JSON →