Obsidian Hybrid Search
@flowing-abyss
Obsidian Hybrid Search について
Local-first MCP server for searching private Obsidian vaults with hybrid full-text, fuzzy, semantic, and wikilink graph retrieval.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"obsidian-hybrid-search": {
"command": "npx",
"args": [
"-y",
"-p",
"obsidian-hybrid-search@latest",
"obsidian-hybrid-search-mcp"
],
"env": {
"OBSIDIAN_VAULT_PATH": "/path/to/your/vault"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Obsidian Hybrid Search?
Obsidian Hybrid Search is a local-first MCP server for searching private Obsidian vaults. It supports hybrid retrieval methods including full-text, fuzzy, semantic, and wikilink graph searches.
How to use Obsidian Hybrid Search?
—
Key features of Obsidian Hybrid Search
- Local‑first architecture for privacy.
- Supports full‑text, fuzzy, semantic, and wikilink graph search.
- Designed specifically for private Obsidian vaults.
Use cases of Obsidian Hybrid Search
- Search notes across an Obsidian vault using multiple retrieval strategies.
- Perform private, offline search without sending data to external services.
FAQ from Obsidian Hybrid Search
What search methods does it support?
It supports full‑text, fuzzy, semantic, and wikilink graph retrieval.
Is the server local‑first?
Yes, it is described as local‑first, meaning data stays on your machine.
What kind of vaults can it search?
It is built for private Obsidian vaults.
What are the runtime or dependency requirements?
—
Which transport or authentication does it use?
—
「メモリとナレッジ」の他のコンテンツ
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
コメント