Skip to main content
Glama

Related Servers

Alternatives to Memos MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI agents to interact with Memos instances for personal note-taking and knowledge management. Supports creating, searching, updating, and organizing memos with tags, dates, and visibility settings through natural language.
      MIT
    • F
      license
      A
      quality
      D
      maintenance
      Enables to interact with Memos note-taking service, allowing search, creation, retrieval, and updating of notes through natural language.
      4
      5 npm
      4
      -
    • A
      license
      B
      quality
      D
      maintenance
      Enables AI assistants to interact with Memos instances, supporting multi-instance connections, note management, tags, attachments, and shortcuts.
      16
      9 npm
      2
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Connects to Memos note-taking service to read, write, search, filter, and manage memos, including creating comments and managing users.
      8
      1
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI clients to manage a self-hosted Memos instance, providing tools for memos, attachments, comments, reactions, shares, and user metadata, with optional OAuth for remote access.
      9 npm
      MIT

    TDQS

    A3.7/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: create_memo for creation, get_memo for retrieval by UID, search_memos for filtered searching, and update_memo for modifications. The actions (create, get, search, update) target the same resource (memos) but operate in non-overlapping ways, making misselection unlikely.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with 'memo' as the noun: create_memo, get_memo, search_memos, update_memo. The pattern is uniform throughout, using snake_case and clear action verbs, making the set predictable and easy to understand.

    Tool Count5/5

    With 4 tools, this server is well-scoped for a memos management system. Each tool earns its place by covering essential CRUD operations (create, get, update) plus search functionality, which is appropriate for the domain without being overly sparse or bloated.

    Completeness4/5

    The tool set covers core CRUD operations (create, get, update) and search, but lacks a delete_memo tool for full lifecycle coverage. This minor gap might require workarounds for deletion tasks, though the existing tools support most common workflows effectively.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues