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
MCP Wolfram Alpha connects chat applications to Wolfram Alpha's computational knowledge engine, which evaluates mathematics, answers scientific and unit-conversion questions and returns curated data with structured results rather than search links. Routing such questions to Wolfram Alpha rather than the model is a correctness measure: a language model asked to integrate a function or convert between obscure units produces a plausible answer, while Wolfram Alpha computes one. The repository is notable for shipping both halves. Alongside the server there is a working MCP client example built on Gemini through LangChain, demonstrating how a non-Anthropic model connects to an MCP server, and a Gradio web interface for interacting with the two together — making this readable as a tutorial on the client side of MCP, which is less commonly demonstrated than the server side. The architecture is described as modular and extensible to further APIs, and multiple concurrent clients are supported. It is a Python project requiring a Wolfram Alpha AppID, available free at low volume. The audience is people who want reliable computation in an assistant, and developers looking for a complete worked example of an MCP client driving a non-Claude model.
https://github.com/akalaric/mcp-wolframalpha
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...