seekstone
Related Servers
Alternatives to seekstone
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server providing tools to interact with Obsidian via the Local REST API community plugin.5MIT
- AlicenseAqualityDmaintenanceMCP server to interact with Obsidian via the Local REST API community plugin.134,400MIT
- AlicenseNot gradedqualityBmaintenanceAn Obsidian plugin that runs an embedded MCP server inside Obsidian, exposing vault operations and optional GitHub integration to any MCP client.6,222 npmGPL 3.0
- AlicenseNot gradedqualityCmaintenanceMCP server for interacting with Obsidian via the Local REST API, enabling file operations, search, and content editing in your vault.MIT
- AlicenseNot gradedqualityBmaintenanceThe fastest Obsidian MCP server for Claude.1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server to interact with Obsidian via the Local REST API community plugin, enabling file listing, search, content manipulation, and note management.MIT
TDQS
Scored across 21 tools
Most tools have clearly distinct purposes — search vs. query_notes vs. list_notes are separated by text, metadata, and folder/tag listing, and the edit tools are differentiated by scope. A few pairs like list_notes/query_notes and append_note/patch_note/replace_in_note could require careful reading, but the descriptions mostly resolve the ambiguity.
The set largely follows a verb_noun snake_case convention: get_*, list_*, append_*, patch_*, and create/delete/move/rename are all predictable. Exceptions like search, context_pack, and replace_in_note introduce minor inconsistency but do not undermine readability.
21 tools is on the heavier side, but the count is justified by the broad scope of vault operations: searching, reading, linking, editing, periodic notes, and undo/journaling. Each tool has a real job, so the set feels comprehensive rather than padded.
The surface covers the full note lifecycle — create, read, update via multiple surgical edit tools, delete, move, rename, search, metadata querying, link management, periodic notes, and journaled undo. No critical dead ends or obvious missing operations are apparent for an Obsidian-style note vault.