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
Bear Notes MCP Server is an unofficial Model Context Protocol server for the Bear note taking app on macOS, written in TypeScript and shipped both as a one click mcpb extension for Claude Desktop and as the bear-notes-mcp npm package for any stdio client, including Claude Code, Codex, Gemini, Cursor and Windsurf. Its defining choice is relevance ranked search rather than substring matching: queries are scored across note titles, bodies, hierarchical tags and text that Bear extracted from attached images and PDFs through OCR, and every hit comes back with a context snippet. Filters for tag, date range and pinned state can be combined with a search term or used on their own to browse, and dates accept relative expressions such as yesterday, last week or start of last month. Hierarchical tag matching rolls subtags up automatically. Reads go straight against the Bear SQLite database through the native node:sqlite module, so lookups work without launching Bear and without unsigned third party binaries, while writes are routed through the Bear URL handler so the application validates and applies them atomically. The server is read only by default with four tools enabled, namely search, open note, list tags as a tree with note counts, and find untagged notes. An opt in edit mode adds eight more for creating notes, appending or replacing text either wholesale or at a named section heading, attaching local files up to 25 MB with symlinks rejected, adding tags, archiving notes and renaming or deleting a tag across the entire library. Write tools require the current revision token of the note and reject stale writes with an instruction to re read the note first, which guards against clobbering concurrent edits. The server makes no network calls and reports no telemetry, so everything stays on the local machine.
https://github.com/vasylenko/claude-desktop-extension-bear-notes
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...