74
/ 100
25 days ago
glama

obsidian-hybrid-search

MCP server that indexes Obsidian notes and enables hybrid search (full-text, fuzzy, semantic) for AI assistants to find and read notes.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLOCAL_EMBEDDING_MODEL
configLOG_LEVEL
configOBSIDIAN_IGNORE_PATTERNS"": ".obsidian/,templates/,.canvas",
configOBSIDIAN_MCP_ALLOWED_HOSTSWhen binding beyond localhost, add the client-facing Host header with --allowed-host <host[:port]> or ; --allow-any-host disables Host-header protection for trusted networks.
configOBSIDIAN_PREFIX"": "myvault_",
configOBSIDIAN_VAULT_PATHOption A — recommended: set once in your shell profile.
🔐 secretOPENAI_API_KEYexport ="sk-..."
configOPENAI_BASE_URLexport ="https://openrouter.ai/api/v1" # OpenRouter
configOPENAI_EMBEDDING_MODELexport ="text-embedding-3-small"
configRERANKER_MODEL
configXDG_CACHE_HOME
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/flowing-abyss-obsidian-hybrid-search-23n133)](https://m8ven.ai/mcp/flowing-abyss-obsidian-hybrid-search-23n133)
commit: d06c4ba116587131c73f432c51298ffe8ee3d3a5
code hash: 5331a4da9c25735bf80898231b8ecafcbcc636e6aa119dda39bf0feb2adb380f
verified: 6/18/2026, 11:24:05 AM
view raw JSON →