Skip to main content
Glama
cygnusyang

knowledgebase-mcp

by cygnusyang

Related Servers

Alternatives to knowledgebase-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      Provides read-only access to an Obsidian vault, enabling file listing, content reading, and text search across notes via MCP.
      4
      2
      Apache 2.0
    • A
      license
      A
      quality
      C
      maintenance
      Enables natural language interaction with a local Obsidian vault, allowing MCP clients to read, search, create, append, and delete markdown notes securely.
      7
      803 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Serves a local Obsidian markdown vault over MCP, enabling agents to search, read, build context, verify, and safely propose or apply guarded changes to the knowledge base.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables LLM clients to read, search, and write to a local Obsidian vault over MCP, with full-text search, vault analytics, health scoring, and policy-enforced file operations.
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables MCP clients to safely read, search, create, edit, delete, and move notes in an Obsidian vault, with automatic link repair and reversible deletes.
      10
      3,363 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables MCP-compatible AI hosts to read, search, link, and write notes in a local Obsidian vault with sandboxed file access.
      1
      1
      MIT

    TDQS

    A4.2/5.0

    Scored across 8 tools

    Disambiguation5/5

    Each tool has a clearly distinct role: reading, writing, searching, listing folders, retrieving metadata, and exploring forward/backward links. Even read_note and get_metadata are cleanly separated by body vs metadata.

    Naming Consistency4/5

    Most tools follow a consistent verb_noun snake_case pattern like read_note, write_note, list_folder, get_metadata. The lone 'search' deviates slightly by omitting a noun, but the naming remains predictable and readable.

    Tool Count5/5

    Eight tools is well-scoped for an Obsidian knowledge base server. Each tool covers a meaningful interaction without redundancy or bloat.

    Completeness4/5

    The core note lifecycle is covered: read, write/append, search, metadata access, and link navigation. Delete, move, and folder creation are absent, but these are reasonable omissions for a knowledge management tool focused on reading and writing notes.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues