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
Ragie Model Context Protocol Server gives MCP clients access to retrieval from a Ragie knowledge base. Ragie is a hosted retrieval-augmented generation service that ingests documents from connected sources, chunks and indexes them, and answers semantic queries. The server's interface is deliberately minimal: one tool named retrieve, which takes a query and returns the relevant passages from the configured knowledge base. That narrowness is a virtue for tool selection, since a model faced with a single clearly named retrieval tool uses it correctly, where a dozen overlapping options invite mistakes. It requires Node.js 18 or newer and a RAGIE_API_KEY environment variable, runs over stdio, and is launched with npx as @ragieai/mcp-server with additional command-line options for scoping. The README opens by stating the project is no longer needed: Ragie now supports MCP natively as a streamable HTTP server, and the maintainers point users to that documentation, plus an MCP Bridge product for letting people inside a company reach a knowledge base from applications such as Claude or ChatGPT. It is written in JavaScript. The audience is Ragie customers, who should use the native endpoint, and anyone wanting a very small example of a retrieval-only MCP server.
https://github.com/ragieai/ragie-mcp-server
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...