Notify Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Notify Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server that sends native Windows desktop notifications with repeating sound alerts for Claude Code.
When Claude needs your attention — finished a task, needs help, or wants a review — it triggers a native Windows popup with a gentle repeating chime until you respond.
needs_help — Claude is stuck and needs your inputfinished — task is completepending_review — work is ready for your review| Finished | Needs Help | Pending Review |
|---|---|---|
| Finished | Needs Help | Pending Review |
npm install
npm run buildclaude mcp add --scope user --transport stdio notify -- node /path/to/notify-mcp/build/index.jsOr manually add to ~/.claude.json:
{
"mcpServers": {
"notify": {
"type": "stdio",
"command": "node",
"args": ["/path/to/notify-mcp/build/index.js"]
}
}
}Once configured, Claude Code can call the notify tool:
notify({ state: "finished", message: "PR is ready for your review!" })
notify({ state: "needs_help", message: "Can't resolve merge conflict in auth.ts" })
notify({ state: "pending_review", message: "Refactor complete — please check the diff" })MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.