metamind-vault-rag
metamind-vault-rag
マークダウンのディレクトリ向けの検索エンジンです。ファイルを監視し、インクリメンタルにインデックス化し、それらに対するハイブリッド検索クエリに応答します。
ベクトルは sqlite-vec に、キーワードは SQLite FTS5 に格納され、両者は相互ランク融合によって融合されます。埋め込みは fastembed の ONNX モデルを通じてプロセス内で実行されるため、立ち上げるサーバーも保持する API キーもありません。オプションのクロスエンコーダーによる再スコア層は、rerank エクストラを通じて利用できます。
インストール
uv tool install metamind-vault-ragRelated MCP server: mnemonic
エントリーポイント
コマンド | 目的 |
| ディレクトリを監視して変更をインデックス化 |
| ワンショットの完全再インデックス |
| ループバック HTTP 検索 API |
| stdio MCP サーバー |
| 環境とインデックスの診断 |
設定
変数 | 意味 |
| インデックス化するディレクトリ |
| コレクション名。インデックスファイルのスコープを定義します |
| ループバック検索 API のポート |
| インデックス、キャッシュ、ログが書き込まれる場所。デフォルトは |
インデックスはステートディレクトリに書き込まれ、コレクション名にちなんで命名され、コーパス内には決して配置されません。異なるコレクションまたは異なるステートディレクトリを指す2つのクライアントは、互いの存在を知ることなく1つのマシン上で共存できます。
利用者
サービスを実行せずに検索を必要とする任意のクライアントによってインストールされます。エンジンは誰が問い合わせているかについて意見を持ちません。出力にクライアント名を一切記載せず、環境変数はすべて VAULT_ プレフィックスが付き、ステートディレクトリの外には何も書き込みません。
開発
uv run --extra dev pytestクライアントは、uv tool install --from /path/to/this/repo metamind-vault-rag を使用して、リリースの代わりに作業コピーを指すことができます。
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA generic Markdown vault MCP server with FTS5 full-text search, semantic vector search, frontmatter-aware indexing, incremental reindexing, and non-markdown attachment support that exposes search, read, write, and edit tools.2530MIT
- Alicense-qualityBmaintenanceMCP server for on-device hybrid search over markdown knowledge bases, combining BM25, vector embeddings, and LLM reranking with link graph and time decay.25MIT
- Alicense-qualityCmaintenanceMCP server for local knowledge management with Markdown and PDF indexing using SQLite FTS5.82MIT
- Alicense-qualityCmaintenanceA local, private hybrid-search MCP server for searching markdown notes using BM25 + vector fusion with local embeddings via Ollama.MIT
Related MCP Connectors
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nikitzu/metamind-vault-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server