Enables semantic search and retrieval over an Obsidian vault using local or API-based embeddings, allowing AI assistants to find notes by meaning, get related content, and pull context during conversations.
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.
process.env. You'll be asked to provide them before it can run.OPENAI_API_KEY— One of: , [Ollama](https://ollama.ai/), or [LM Studio](https://lmstudio.ai/) for embeddingsOBSIDIAN_RAG_OLLAMA_API_KEYOBSIDIAN_RAG_LMSTUDIO_API_KEYOBSIDIAN_RAG_PROVIDER— openai (default), ollama, or lmstudioOBSIDIAN_RAG_VAULT— Path to Obsidian vaultOBSIDIAN_RAG_DATA— Index storage path (default: platform-specific)OBSIDIAN_RAG_OLLAMA_URL— Ollama URL (default: http://localhost:11434)OBSIDIAN_RAG_LMSTUDIO_URL— LM Studio URL (default: http://localhost:1234)OBSIDIAN_RAG_MODEL— Override embedding modelOBSIDIAN_RAG_DEBOUNCE[](https://m8ven.ai/mcp/proofsh-obsidian-notes-rag-3jblyl)