MemPalace/mempalace
MemPalace is an open-source, local-first AI memory system that stores and retrieves conversation history verbatim using semantic search, supporting pluggable backends like ChromaDB and integrating ...
Awesome MCP › Knowledge & Memory
The project "mcp-ragdocs" is an implementation of an MCP (Model Context Protocol) server designed to enhance AI assistants by enabling them to retrieve and process documentation through advanced vector search and semantic context augmentation techniques. This server allows AI models to augment their responses with relevant, contextually appropriate documentation, improving the quality and accuracy of the information provided. Key features of the project include vector-based documentation search and retrieval, support for multiple documentation sources, semantic search capabilities, automated documentation processing, and real-time context augmentation for large language models (LLMs). The server provides several tools such as search_documentation, which allows natural language queries to search through stored documentation and returns relevant excerpts ranked by relevance; list_sources, which lists all documentation sources currently indexed; extract_urls, which crawls web pages to extract and optionally queue URLs for processing; remove_documentation, which permanently removes documentation sources by URL; list_queue, which shows URLs waiting to be processed; run_queue, which processes and indexes queued URLs; and clear_queue, which clears the processing queue. The project is particularly useful for building documentation-aware AI assistants, creating context-aware developer tools, implementing semantic documentation search, and augmenting existing knowledge bases. It integrates with tools like Claude Desktop and requires environment variables such as OPENAI_API_KEY for embeddings generation and QDRANT_URL and QDRANT_API_KEY for connecting to a Qdrant vector database instance. Licensed under the MIT License, this project is a fork of the original mcp-ragdocs by qpd-v, providing a robust foundation for enhancing AI assistant capabilities through semantic documentation retrieval and processing.
https://github.com/hannesrudolph/mcp-ragdocs
MemPalace is an open-source, local-first AI memory system that stores and retrieves conversation history verbatim using semantic search, supporting pluggable backends like ChromaDB and integrating ...
SiYuan is a privacy-first, self-hosted personal knowledge management system featuring block-level referencing, Markdown WYSIWYG editing, and support for the Model Context Protocol (MCP).
Cognee is an open-source project that provides scalable and modular memory capabilities for AI agents using ECL pipelines, enabling efficient management and retrieval of past interactions and diverse data types.
Hindsight is an agent memory system designed to create smarter, learning AI agents by moving beyond simple conversation history recall to encompass a biomimetic storage architecture for long-term m...
Screenpipe is a local-first, AI-powered memory tool that records computer activity (screen, audio, accessibility tree) to provide a searchable, automated context for personal AI agents and users, i...
Memvid is a video-based AI memory library that stores millions of text chunks in MP4 files with ultra-fast semantic search, eliminating the need for traditional databases and enabling portable, efficient AI memory management.
EverOS is an open-source Python framework for self-evolving, portable, long-term memory for AI agents, supporting multimodal ingestion and local-first persistence with Markdown as the source of truth.
MemOS is a Memory Operating System for LLMs and AI agents that unifies long-term memory management, offering a single API for structured, multi-modal memory with enterprise-grade optimizations, sig...