Skip to main content
Glama

Related Servers

Alternatives to hearthsmith

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables agents to manage personal task lists through the MCP protocol, supporting task creation, editing, completion, deletion, grouping, reordering, and JSON import/export.
      1
      AGPL 3.0
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables personal productivity management by exposing MCP tools to create, retrieve, list, update, complete, and delete tasks and calendar events, with validation and conflict detection.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Exposes task-management tools over the Model Context Protocol, letting any MCP client discover and call operations to add, list, and complete tasks persisted to a local JSON file. It serves as the plug layer for a separate task kitchen module, with permissions enforced in the client.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Exposes an agent orchestration task queue as an MCP tool interface, allowing agents to submit, list, get, and update tasks with typed validation.
      3
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A task manager MCP server that demonstrates all three MCP primitives (tools, resources, prompts). Enables users to manage tasks, read task summaries and details, and run structured planning/review prompts through natural language.
      -

    TDQS

    A3.5/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool targets a distinct action: adding, listing, marking done, blocking, snoozing, and viewing recent nags. No two tools have overlapping purposes, so an agent can easily select the correct one.

    Naming Consistency4/5

    Most tools follow the pattern hearthsmith_tasks_<verb> (add, list, done, block, snooze), but 'done' is a past participle rather than a verb, and 'nags_recent' uses an adjective instead of an action. The prefix is consistent and the deviations are minor.

    Tool Count5/5

    Six tools is well-scoped for a task management server with a nagging feature. Each tool fills a clear role, and the count feels neither thin nor bloated.

    Completeness4/5

    The surface covers the core lifecycle: create (add), read (list), and multiple state updates (done, block, snooze). Missing a general edit or delete, but the domain does not clearly require them, and the existing operations cover the main workflow without dead ends.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues