Skip to main content
Glama
mrliuzhiyu

textview-mcp

by mrliuzhiyu

Related Servers

Alternatives to textview-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.
      60 npm
      2
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Gives AI assistants long-term memory by letting them search, read, create, and organize Markdown notes, folders, tags, and links through a hosted note-taking backend.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides AI assistants with persistent memory across sessions using local SQLite and keyword search, allowing storage and retrieval of user preferences, project context, and decisions.
      11 npm
      8
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables AI tools like Claude and Cursor to share persistent memory across sessions.
      5
      -

    TDQS

    B3.4/5.0

    Scored across 6 tools

    Disambiguation5/5

    Tools are cleanly partitioned into document operations (save/list/get/update) and memo operations (save/list). save vs update is distinguished by creating a new document versus modifying an existing one, and document vs memo is distinguished by structured HTML documents versus fragmented notes. No overlapping purposes are apparent.

    Naming Consistency5/5

    All names use snake_case with a consistent verb_noun structure (save_, list_, get_, update_). The only minor variation is plural nouns for list operations versus singular for single-resource operations, which is conventional and readable.

    Tool Count5/5

    Six tools for a document and memo management server is well-scoped, with each operation serving a distinct purpose. The surface is not bloated or thin for the apparent scope.

    Completeness3/5

    Document lifecycle supports create, read, update, and list but has no delete operation, leaving a dead end for removing documents. Memos only support save and list, with no get/update/delete, so lifecycle coverage is notably incomplete.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues