Health Reminder MCP Server
Related Servers
Alternatives to Health Reminder MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseCqualityDmaintenanceSends system notifications when AI completes responses in MCP-compatible code editors, with cross-platform support for macOS, Windows, and Linux including customizable titles, messages, icons, and sound effects.2-
- AlicenseBqualityDmaintenanceEnables AI development tools on Windows to send native system notifications for task completion, errors, and reminders, with customizable icons and sounds.75 npm7MIT
- FlicenseAqualityDmaintenanceEnables AI agents to send cross-platform desktop notifications with priority levels, categories, and configurable duration.1-
- AlicenseNot gradedqualityCmaintenanceThis MCP server integrates with a Windows tray app that reminds users to take breaks, providing tools to query status, start breaks, snooze reminders, pause reminders, view daily stats and summaries, update settings, and acknowledge reminders via stdio over a named pipe.MIT
- AlicenseNot gradedqualityCmaintenanceSends desktop notifications when agents complete tasks, supporting local and remote agents.4 npmMIT
- AlicenseBqualityDmaintenancePlays Spotify tracks or system sounds as notifications when Claude Code completes tasks, with desktop notifications and cross-platform support for macOS, Linux, and Windows.86 npm1MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose with no overlap: get_status retrieves configuration, send_immediate_reminder triggers a one-time notification, start_reminder initiates a recurring timer, and stop_reminder terminates it. The actions (get, send, start, stop) target different aspects of the reminder system, making misselection unlikely.
All tools follow a consistent verb_noun pattern (e.g., get_status, send_immediate_reminder, start_reminder, stop_reminder) using snake_case throughout. The verbs are clear and descriptive, with no deviations in style or convention across the set.
With 4 tools, the server is well-scoped for managing health reminders, covering essential operations: checking status, sending notifications, and controlling the timer. Each tool earns its place without redundancy, fitting a typical small utility server range (3-15 tools).
The toolset provides complete lifecycle coverage for a basic reminder system: start, stop, status check, and manual triggering. A minor gap is the lack of configuration update tools (e.g., modify reminder interval or message), but agents can work around this by restarting with new settings.