Rag Context icon

Rag Context

1

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.