Rag Context
Enables AI assistants to store and retrieve contextual information efficiently using local vector storage and database.
概要
Rag Context is a lightweight Model Context Protocol (MCP) server providing persistent memory and context management. It leverages local vector storage and a SQLite database, enabling AI assistants to store and retrieve contextual information efficiently through semantic search and indexed retrieval. This privacy-focused solution stores all data locally and requires minimal dependencies.
主な機能
- Hybrid retrieval combining semantic search and indexed database queries
- 1 GitHub stars
- Persistent memory with SQLite database
- Privacy-first: all data stored locally
- Local vector storage using Vectra for efficient similarity search
- Semantic search with automatic text embedding (Xenova/all-MiniLM-L6-v2)
ユースケース
- Storing user preferences for personalized AI assistant responses.
- Remembering project details and configurations across conversations.
- Retrieving relevant code snippets and solutions from past interactions.