Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
obsidian-hybrid-search · npm · 0.15.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.flowing-abyss/obsidian-hybrid-search",
"description": "Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval.",
"title": "Obsidian Hybrid Search",
"repository": {
"url": "https://github.com/flowing-abyss/obsidian-hybrid-search",
"source": "github"
},
"version": "0.15.0",
"websiteUrl": "https://github.com/flowing-abyss/obsidian-hybrid-search#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "obsidian-hybrid-search",
"version": "0.15.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Absolute path to the Obsidian vault to index and search.",
"isRequired": true,
"format": "filepath",
"name": "OBSIDIAN_VAULT_PATH"
},
{
"description": "Optional prefix for MCP tool names when configuring multiple vaults.",
"name": "OBSIDIAN_PREFIX"
},
{
"description": "Comma-separated glob patterns to exclude from indexing.",
"default": ".obsidian/**,templates/**,*.canvas",
"name": "OBSIDIAN_IGNORE_PATTERNS"
},
{
"description": "Read root and nested .gitignore files when indexing; set to false, 0, or no to disable.",
"default": "true",
"name": "OBSIDIAN_RESPECT_GITIGNORE"
},
{
"description": "Comma-separated patterns to re-include notes ignored only by .gitignore.",
"name": "OBSIDIAN_INCLUDE_PATTERNS"
},
{
"description": "Optional API key for OpenAI-compatible remote embeddings; omit to use local embeddings.",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Optional OpenAI-compatible API base URL for OpenRouter, Ollama, LM Studio, or similar providers.",
"default": "https://api.openai.com/v1",
"name": "OPENAI_BASE_URL"
},
{
"description": "Remote embedding model name when using an OpenAI-compatible API.",
"default": "text-embedding-3-small",
"name": "OPENAI_EMBEDDING_MODEL"
},
{
"description": "Local embedding model used when no remote embedding API is configured.",
"default": "Xenova/multilingual-e5-small",
"name": "LOCAL_EMBEDDING_MODEL"
},
{
"description": "Optional ONNX cross-encoder reranker model used when reranking is requested.",
"default": "onnx-community/bge-reranker-v2-m3-ONNX",
"name": "RERANKER_MODEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T03:15:10.690891Z",
"publishedAt": "2026-08-19T03:15:10.690891Z",
"updatedAt": "2026-08-19T03:15:10.690891Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.15.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.