Skip to main content
Glama

Related Servers

Alternatives to learnlog-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      B
      maintenance
      This MCP server provides an AI-driven learning and knowledge management platform that automatically summarizes conversations, manages knowledge graphs, tracks project progress, explores new technologies, and generates study plans through specialized agents.
      -
    • F
      license
      A
      quality
      C
      maintenance
      A local MCP server that helps you maintain a personal Japanese learning knowledge base, including vocabulary, confusion relations, mistakes, and spaced-repetition reviews. It provides tools and prompts for managing and reviewing your Japanese learning data without calling external LLM APIs.
      6
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      A learning-focused MCP server demonstrating tool, resource, and prompt functionalities including greeting, arithmetic, time retrieval, file reading, dynamic profiles, and document summarization.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      An MCP server that provides an open, local-first record of a child's learning, enabling an AI tutor to read, teach from, and update the child's knowledge, interests, and progress.
      1
      Apache 2.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that enables users to interact with local documents for educational purposes through tools for listing and reading files. It features an integrated agent capable of automatically generating document summaries and study flashcards.
      -

    TDQS

    B3.2/5.0

    Scored across 5 tools

    Disambiguation3/5

    The tools have some overlap in purpose, particularly the three prompt retrieval tools (get_prompts_by_date, get_recent_prompts, get_today_prompts) which all fetch prompts with different time filters. While their descriptions clarify the distinctions, an agent might still confuse them when selecting the appropriate one for a query about 'recent' or 'today's' prompts. However, get_learning_stats and save_prompt are clearly distinct.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with snake_case (e.g., get_learning_stats, save_prompt). The naming is predictable and readable throughout the set, with no deviations in style or convention.

    Tool Count5/5

    With 5 tools, the count is well-scoped for a learning log server focused on tracking and retrieving prompts and statistics. Each tool appears to serve a specific purpose without redundancy, making the set manageable and appropriate for the domain.

    Completeness3/5

    The tool surface covers retrieval (get_*) and saving (save_prompt) for prompts and statistics, but there are notable gaps. For example, there are no tools for updating or deleting saved prompts, which could limit agent workflows if users need to modify or remove entries. The domain suggests a CRUD-like system, but only create and read operations are provided.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues