Skip to main content
Glama

Related Servers

Alternatives to Datacron

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      A generic Markdown vault MCP server with FTS5 full-text search, semantic vector search, frontmatter-aware indexing, incremental reindexing, and non-markdown attachment support that exposes search, read, write, and edit tools.
      38
      32
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      Enables hybrid dense and BM25 search over a markdown vault, with tools for reading, writing, grepping, and managing notes through any MCP-compatible client.
      12
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Local-first MCP server for retrieval over markdown wikilink vaults, offering hybrid vector+lexical search, note reading, neighbor expansion, and recent activity tracking with fully local embeddings and no network egress.
      MIT

    TDQS

    A4.1/5.0

    Scored across 21 tools

    Disambiguation4/5

    Most tools target clearly distinct operations (search vs regex, distinct section verbs move/rename/delete/patch), and the verbose descriptions clarify boundaries. However, get_note_history and audit_query both read committed operation metadata and overlap substantially (the former is essentially a single-note filter of the latter), and create_note_ai vs append_journal requires judgment about when to create new versus extend.

    Naming Consistency4/5

    Names are uniformly snake_case and predominantly verb-first (get_, set_, move_, prepare_, list_, search_, create_, append_, patch_, rename_, delete_, revert_). A few are noun-first (contradiction_scan, session_context, audit_query), which is a minor deviation but still readable and consistent in casing.

    Tool Count3/5

    21 tools is on the heavy side for what is fundamentally a notes/memory server. The section-level variants (move/rename/delete/patch_section/patch_preamble) plus overlapping metadata readers inflate the surface, though each does target a distinct operation.

    Completeness5/5

    The surface covers the full note lifecycle: discovery (list/search/get/backlinks), creation (create_note_ai/append_journal), frontmatter lifecycle, precise section editing, deletion, revert from content-addressed history, plus history, audit, health, and follow-up tracking. No obvious dead ends for the stated vault-memory purpose.

    Maintenance

    ActivityNo data
    ResponsivenessNo issues