73
/ 100
18 days ago
glama

Personal Notes Assistant

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.

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.
configOBSIDIAN_VAULT_PATHOpen the new .env file and set the . Then, follow the instructions in the next section to configure your chosen LLM provider.
configMILVUS_HOST"": "localhost",
configMILVUS_PORT"": "19530"
configLLM_PROVIDERImportant: 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.
configLLM_MODELmistral:7b-instruct
🔐 secretOPENAI_API_KEYyour-openai-api-key-here
configOLLAMA_URL
// 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 3 concrete improvements 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/coeusyk-personal-notes-assistant-1fli1w)](https://m8ven.ai/mcp/coeusyk-personal-notes-assistant-1fli1w)
commit: a6ea97133a2e02304112cb0f64764b80408b42f1
code hash: 02a0821f8cc2a25e4149788d79d9ad1858137cbd20a60aa09f68ed4cf9d85aaf
verified: 6/17/2026, 11:30:20 AM
view raw JSON →