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
Brave Search MCP Server exposes the Brave Search API to MCP clients as a set of distinct search tools rather than one generic endpoint. brave_web_search performs ordinary web search with parameters for result count up to twenty, pagination offset and a freshness filter that restricts results by age. Separate tools cover image search, video search and news search, so a model asks for the media type it needs instead of filtering a mixed result list. A local points-of-interest tool searches physical places — businesses, restaurants and services — which is a different Brave endpoint from web search and returns address and location data. An LLM context search tool goes further than returning links: it fetches the target pages and extracts their readable content, so the model receives text it can synthesise from directly rather than a list of URLs it would have to fetch separately. The server is written in TypeScript and requires a Brave Search API key. Brave operates its own search index rather than reselling another engine, and its API is priced per query with a free tier, which is the usual reason to pick it over alternatives. The audience is anyone building an agent that needs current web information, particularly where separating news, images and place lookups into explicit tools makes the model choose better.
https://github.com/mikechao/brave-search-mcp
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...