mcpbeat Sign in

Obsidian Hybrid Search MCP Server

by flowing-abyss Your server? Claim it
local only

Obsidian Hybrid Search runs on your own machine — the client starts it, so there is no endpoint to ping. 674 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 467 · avg 136 · -13% w/w
a month agotoday
674
Installs / week
npm · obsidian-hybrid-search
104
Stars
4 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const result = spawnSync(options.command, [...options.args], {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/update-deps.yml:256
      - name: Run auto-tag for dependency update merge
        if: steps.merge.outputs.commit
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add obsidian-hybrid-search -- npx -y obsidian-hybrid-search
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "obsidian-hybrid-search": {
      "args": [
        "-y",
        "obsidian-hybrid-search"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.obsidian-hybrid-search]
command = "npx"
args = ["-y", "obsidian-hybrid-search"]
.cursor/mcp.json
{
  "mcpServers": {
    "obsidian-hybrid-search": {
      "args": [
        "-y",
        "obsidian-hybrid-search"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "obsidian-hybrid-search": {
      "args": [
        "-y",
        "obsidian-hybrid-search"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OBSIDIAN_VAULT_PATH (Absolute path to the Obsidian vault to index and search.), OBSIDIAN_PREFIX (Optional prefix for MCP tool names when configuring multiple vaults.), OBSIDIAN_IGNORE_PATTERNS (Comma-separated glob patterns to exclude from indexing.), OBSIDIAN_RESPECT_GITIGNORE (Read root and nested .gitignore files when indexing; set to false, 0, or no to disable.), OBSIDIAN_INCLUDE_PATTERNS (Comma-separated patterns to re-include notes ignored only by .gitignore.), OPENAI_API_KEY (Optional API key for OpenAI-compatible remote embeddings; omit to use local embeddings.), OPENAI_BASE_URL (Optional OpenAI-compatible API base URL for OpenRouter, Ollama, LM Studio, or similar providers.), OPENAI_EMBEDDING_MODEL (Remote embedding model name when using an OpenAI-compatible API.), LOCAL_EMBEDDING_MODEL (Local embedding model used when no remote embedding API is configured.), RERANKER_MODEL (Optional ONNX cross-encoder reranker model used when reranking is requested.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Obsidian Hybrid Search

same job, measured the same way
I
Obsidian Everywhere
by junnnnnw00

Graph context, semantic search, guarded edits, and reviewable Git for local Obsidian vaults.

119 installs/wk local only
Enzyme
by jshph

Semantic search and AI context for your Obsidian vault. Surface patterns with catalysts.

local only
Obsidian Brain
by sweir1

Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.

198 installs/wk local only
Enzyme
by byenzyme

Semantic search and pattern discovery for Obsidian and markdown vaults.

local only
Freshvault
by kioko-lab

Local semantic search over your Obsidian vault - always fresh, never reindex.

93 installs/wk local only
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

183 installs/wk local only
Seekstone
by shaqmughal

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

817 installs/wk local only
Obsidian Semantic Search
by dalecb

Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.

93 installs/wk local only

Obsidian Hybrid Search — questions

Answers built from our own checks of this server.

Why is there no uptime for Obsidian Hybrid Search?
Obsidian Hybrid Search runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package obsidian-hybrid-search was installed 674 times last week.
How do I connect Obsidian Hybrid Search?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls obsidian-hybrid-search straight from npm; nothing to host, nothing to sign up for.
How many people use Obsidian Hybrid Search?
The npm package obsidian-hybrid-search was installed 674 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Obsidian Hybrid Search open source?
Yes — it is published under the MIT licence, written in TypeScript, 104 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.