Skip to main content
Glama
xiaobenyang-com

temp-notes

Related Servers

Alternatives to temp-notes

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides persistent, cross-session memory for AI agents, allowing them to store and automatically retrieve information across different conversations and sessions without repeating context.
      15 npm
      176
      MIT
    • A
      license
      A
      quality
      F
      maintenance
      A lightweight short-term memory MCP server that automatically stores and recalls working context, session state, and task progress for AI agents. Memories auto-expire after 24 hours and integrate seamlessly with workspace-aware storage across multiple projects.
      10
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Provides persistent memory for LLM applications, enabling AI assistants to remember user preferences, facts, and conversation history across sessions.
      1
      -

    TDQS

    A3.7/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: append_note adds to the note, clear_note empties it, read_note retrieves content, and write_note replaces it. There is no overlap or ambiguity between these operations.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with snake_case (e.g., append_note, clear_note). The naming is predictable and uniform throughout the set.

    Tool Count5/5

    With 4 tools, this server is well-scoped for managing a single note. Each tool serves a distinct and necessary function, making the count appropriate for the domain.

    Completeness5/5

    The tool set provides complete CRUD-like coverage for a note-taking domain: create/replace (write_note), read (read_note), update (append_note), and delete (clear_note). There are no obvious gaps for the intended purpose.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues