Skip to main content
Glama
aYon1997

Health Reminder MCP Server

by aYon1997

Related Servers

Alternatives to Health Reminder MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      C
      quality
      D
      maintenance
      Sends 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
      -
    • A
      license
      B
      quality
      D
      maintenance
      Enables AI development tools on Windows to send native system notifications for task completion, errors, and reminders, with customizable icons and sounds.
      7
      5 npm
      7
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      This 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

    TDQS

    A3.7/5.0

    Scored across 4 tools

    Disambiguation5/5

    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.

    Naming Consistency5/5

    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.

    Tool Count5/5

    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).

    Completeness4/5

    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.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues