Skip to main content
Glama

Related Servers

Alternatives to vault-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server that provides read and write access to an Obsidian vault by interacting directly with markdown files on disk. Supports searching, listing, reading, creating, editing, and appending notes without requiring any Obsidian plugins.
      2,778 npm
      ISC
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server to interact with Obsidian via the Local REST API community plugin, enabling file listing, search, content manipulation, and note management.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for interacting with Obsidian via the Local REST API, enabling file operations, search, and content editing in your vault.
      MIT

    TDQS

    C2.1/5.0

    Scored across 11 tools

    Disambiguation4/5

    Most tools target distinct operations: search, read, write, rename, move, delete, metadata. The only potential overlap is between search_notes and search_by_tag, but they are differentiated by search mechanism (content vs tag).

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern in lowercase snake_case (e.g., search_notes, read_note, list_folders, delete_note). This is highly predictable and uniform.

    Tool Count5/5

    With 11 tools, the server is well-scoped for note management. It covers essential operations without redundancy or unnecessary bloat.

    Completeness4/5

    The toolset provides comprehensive note lifecycle coverage (create, read, update, delete), plus search, backlinks, metadata, and folder listing. Minor omissions like an explicit tag listing or folder contents are acceptable workarounds.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues