knowledgebase-mcp
Related Servers
Alternatives to knowledgebase-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceProvides read-only access to an Obsidian vault, enabling file listing, content reading, and text search across notes via MCP.42Apache 2.0
- AlicenseAqualityCmaintenanceEnables natural language interaction with a local Obsidian vault, allowing MCP clients to read, search, create, append, and delete markdown notes securely.7803 npmMIT
- AlicenseNot gradedqualityCmaintenanceServes 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
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseAqualityBmaintenanceEnables MCP clients to safely read, search, create, edit, delete, and move notes in an Obsidian vault, with automatic link repair and reversible deletes.103,363 npmMIT
- AlicenseAqualityDmaintenanceEnables MCP-compatible AI hosts to read, search, link, and write notes in a local Obsidian vault with sandboxed file access.11MIT
TDQS
Scored across 8 tools
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.
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.
Eight tools is well-scoped for an Obsidian knowledge base server. Each tool covers a meaningful interaction without redundancy or bloat.
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.