Skip to main content
Glama
MikeyBeez

MCP Continuation Notes

by MikeyBeez

Related Servers

Alternatives to MCP Continuation Notes

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Enables AI coding agents to hand off in-progress work across sessions and different MCP clients by persisting shared state and handoff notes in a project folder.
      6
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables agent sessions to persist and reload project-scoped handoffs and todos across sessions, preserving context and tracking next steps.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides durable project context for coding agents, including project maps, session history, and explicit memories, all stored locally.
      46 npm
      7
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides operational continuity for AI coding agents, preserving task state, decisions, checkpoints, and project context across sessions and model switches via MCP.
      1
      Apache 2.0

    TDQS

    A4/5.0

    Scored across 7 tools

    Disambiguation4/5

    Tools are mostly distinct: write, read (three variants), delete, check, list. The three read tools overlap slightly, but their intended use cases are clearly described (read-and-cleanup, read-with-staleness, read-without-staleness) and one is deprecated, reducing ambiguity.

    Naming Consistency5/5

    All tool names follow a consistent pattern: continuation_ prefix plus a verb phrase (write, read_and_cleanup, read_with_staleness, cleanup_old, check_handoff, list_for_project, read_project_note). The naming is perfectly uniform and predictable.

    Tool Count5/5

    With 7 tools, the server is well-scoped for the single purpose of managing continuation notes. Each tool serves a clear lifecycle function (write, read, check, list, delete) without bloat or redundancy.

    Completeness5/5

    The tool set covers the full continuation‑note lifecycle: creation (write), retrieval (read variants), existence checking, listing for a project, and deletion. No obvious gaps exist; the write tool replaces previous notes, so an explicit update is unnecessary.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues