MCP.so
登录
O

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.

基本信息

分类

记忆与知识

传输方式

stdio

发布者

flowing-abyss

提交者

flowing-abyss

配置

使用下面的配置,将此服务器添加到你的 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?

评论

记忆与知识 分类下的更多 MCP 服务器