MCP server that indexes your Obsidian notes into a Milvus vector database and enables querying them via a local or OpenAI LLM, with real-time synchronization.
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.OBSIDIAN_VAULT_PATH— Open the new .env file and set the . Then, follow the instructions in the next section to configure your chosen LLM provider.MILVUS_HOST— "": "localhost",MILVUS_PORT— "": "19530"LLM_PROVIDER— Important: Configure your LLM provider within the env block above. The example uses Ollama. If you are using OpenAI, you would set to openai and add your OPENAI_API_KEY.LLM_MODEL— mistral:7b-instructOPENAI_API_KEY— your-openai-api-key-hereOLLAMA_URL[](https://m8ven.ai/mcp/coeusyk-personal-notes-assistant-1fli1w)