A read-only MCP server that enables semantic search and retrieval over a local Markdown knowledge base with heading-aware chunking and multilingual embeddings.
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.VAULT_ROOT— "": "/ABSOLUTE/PATH/TO/YOUR/MARKDOWN/FOLDER",XDG_CACHE_HOMEXDG_STATE_HOMEVAULT_EXCLUDE_DIRS— .git,.obsidian,.trash,.venv,__pycache__,node_modules Directory names skipped recursivelyVAULT_INDEX_PATH— OS cache directory SQLite index locationVAULT_AUDIT_PATH— OS state directory JSONL audit locationVAULT_EMBEDDING_MODEL— intfloat/multilingual-e5-small Local Sentence Transformers modelVAULT_EMBEDDING_DEVICE— cpu Torch device used for embeddingsVAULT_CHUNK_CHARSVAULT_CHUNK_OVERLAP_CHARSVAULT_MAX_FILE_BYTES— 1000000 Per-note indexing and read limitVAULT_MAX_READ_CHARS— 20000 Maximum text returned by one readVAULT_MAX_RESULTS— 10 Hard cap on search results[](https://m8ven.ai/mcp/rickquant-vault-rag-mcp-tdebcs)