Skip to main content
Glama

Related Servers

Alternatives to notes-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      Enables AI agents to search local Markdown documents using natural language, with automatic indexing and section-level retrieval.
      10
      5 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables coding agents to search local notes via BM25 keyword ranking, returning relevant passages with file paths and line numbers, fully offline with zero dependencies.
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to read, create, update, delete, and search markdown notes stored locally.
      -
    • 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

    TDQS

    A3.6/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have clearly distinct purposes: read_note retrieves full content by exact filename, while search_notes performs keyword searches and returns ranked results. No overlap.

    Naming Consistency5/5

    Both tools follow a consistent verb_noun pattern using snake_case (read_note, search_notes), making the naming predictable and clear.

    Tool Count3/5

    With only two tools, the server feels minimal. While it could be acceptable for a read-only archive, typical note management servers benefit from additional tools for creation, deletion, or listing.

    Completeness2/5

    The tool surface is missing essential operations for managing notes, such as create, update, delete, or list all notes. An agent cannot perform full note lifecycle tasks, leading to likely failures.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues