Odel
Obsidian Hybrid Search

Obsidian Hybrid Search

Local
@flowing-abyss101TypeScriptMITUpdated 1w ago

Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmobsidian-hybrid-searchv0.15.2

Run

npx -y obsidian-hybrid-search

MCP client config

{
  "mcpServers": {
    "obsidian-hybrid-search": {
      "command": "npx",
      "args": [
        "-y",
        "obsidian-hybrid-search"
      ]
    }
  }
}