Skip to main content
Glama
kinmeic

Memos MCP Server

by kinmeic

Related Servers

Alternatives to Memos MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server providing CRUD operations for Memos, enabling users to create, list, get, update, and delete memos via natural language.
      -
    • A
      license
      A
      quality
      D
      maintenance
      MCP server for memopaper.dev that gives AI agents direct access to a memo buffer, enabling memo creation, retrieval, editing, and deletion via natural language.
      1
      6 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      MCP server for Memoo knowledge graph RAG, enabling search, Q&A, graph traversal, and episode management via the Memoo REST API.
      3 npm
      Apache 2.0
    • A
      license
      A
      quality
      B
      maintenance
      MCP server that enables AI assistants to interact with the MemOS API, providing memory search, feedback management, and knowledge base operations via MCP-compliant tools.
      10
      Apache 2.0

    TDQS

    A3.7/5.0

    Scored across 12 tools

    Disambiguation5/5

    Each tool clearly targets a distinct resource and action: memo CRUD, attachment CRUD, and attachment-memo relationship operations are separated. list_memo_attachments and list_attachments are distinguished by scope, and set_memo_attachments is clearly different from create_attachment because one associates existing attachments while the other creates them.

    Naming Consistency5/5

    All tools follow a consistent snake_case verb_noun pattern: create_, list_, get_, update_, delete_ with the resource clearly named. The relationship tools set_memo_attachments and list_memo_attachments also align with this convention.

    Tool Count5/5

    12 tools is well-scoped for a server managing two related resources with full CRUD plus relationship operations. Each tool earns its place, and the count is neither bloated nor too thin.

    Completeness5/5

    Both memos and attachments have complete lifecycle coverage: create, read, list, update, delete. The additional memo-attachment relationship tools provide the missing linking capability, and set_memo_attachments allows replacement or clearing of attachments, covering all obvious workflows.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues