Obsidian Hybrid Search
@flowing-abyss
About Obsidian Hybrid Search
Local-first MCP server for searching private Obsidian vaults with hybrid full-text, fuzzy, semantic, and wikilink graph retrieval.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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?
—
More Memory & Knowledge MCP servers
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
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.
Comments