Obsidian Hybrid Search
未认领Hybrid search for Obsidian vaults via plugin, CLI, and MCP server
mcpobsidiansearchsemantic-searchsqlitevector-search
安装
$
npm install -g obsidian-hybrid-search工具(4 个)
read
Fetch one or more notes by vault-relative path. Returns full content, title, aliases, tags, links, and backlinks. On path miss: returns found: false with top-3 fuzzy suggestions. Accepts a single path or an array. Use snippetlength to cap content size
reindex
Reindex the vault or a specific file
search
Search the vault. Use query for text search (mode: hybrid/semantic/fulltext/title) or path for semantic similarity. Combine path with related: true for graph traversal. Pass queries[] for multi-query fan-out (parallel search, RRF merge). Supports scope, tag, limit, threshold, depth, direction, snipp
status
Show total notes, indexed count, last indexed time