forgetful-ai is an open-source MCP server that provides persistent, semantically-searchable memory for AI agents. Below are 10 other ai apps with similar functionality to forgetful-ai, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
mnemo-mcp is an open-source MCP server that provides persistent memory and embedded synchronization for AI agents. It is designed for developers building agentic systems requiring long-term memory and context management.
yourmemory is an open source Python package that provides persistent memory capabilities for Claude-based and MCP-native AI agents. It features semantic deduplication, Ebbinghaus forgetting curve support, and integrates with SQLite and PostgreSQL. Designed for developers building advanced AI agent workflows.
thought-mcp is an open-source toolkit that implements a local Model Context Protocol (MCP) memory server with bi-temporal graph, vector, and temporal layers. It enables AI agents to store, retrieve, and consolidate structured memory for advanced reasoning and context management.
Memanto is an open-source, on-premises memory agent designed to provide persistent semantic memory for AI agents. It addresses the challenge of enabling AI agents to retain, organize, and recall information across sessions, helping them avoid forgetting decisions, conventions, and context between interactions. The tool is built on an information-theoretic search engine and is structured to run entirely on a user's local machine, requiring no API keys, vector databases, or external backend services. Memanto supports instant ingestion of information, with memories becoming searchable immediately after being written, and boasts recall latency of under 90 milliseconds. It implements features such as conflict resolution, semantic categorization into 13 types, verifiable memory sources, deterministic search, temporal queries, and info-theoretic scoring. The system is designed to prioritize freshness, ensuring that new facts outrank outdated ones, and automatically resolves conflicting data as it is ingested. The platform offers a range of integrations, supporting over 17 different agents and frameworks, including Claude Code, Cursor, Codex, GitHub Copilot, Gemini, and others. Users can manage agents, store memories, and perform retrieval-augmented generation (RAG) directly from the command line interface. Additionally, Memanto provides a local interactive dashboard for managing agents and memories, viewing conflicts and connections, and migrating from other memory solutions. Embeddings and answers are processed locally, ensuring that no data leaves the user's laptop. Installation is streamlined through a single pip install command, and users can choose between cloud and on-premises backends, with the on-premises option requiring Docker and running on localhost. Memanto is positioned as a solution for developers and teams building or operating AI agents who require reliable, persistent, and private memory infrastructure. The tool is offered completely free of charge under an open-source license.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
Persistent memory MCP server for Claude Code, Codex CLI, Cursor and any MCP client: 46 tools — knowledge graph, temporal facts, procedural memory, episodic memory, AST ingest, pre-edit guard, auto-consolidating error capture
getmem-ai provides a persistent memory API designed to serve as the memory layer for AI agents. The platform addresses the challenge of maintaining and retrieving structured, contextual knowledge from conversational turns, enabling applications to deliver more accurate and personalized responses based on what is already known about each user. It processes conversation data by extracting structured knowledge, storing it in a typed graph and a hybrid vector index, and returning ranked, grounded context for every interaction, typically in under 300 milliseconds and with isolation per end user. The API operates through two main endpoints: one for ingesting conversation turns and another for retrieving context. When a conversation turn is ingested, the system extracts typed facts across a 12-category taxonomy, including tone and confidence, and resolves entities such as people, places, organizations, and topics with canonicalization and stable IDs. This information is written in parallel to a hybrid vector index—combining dense and sparse representations with 17-field payload filters—and a typed knowledge graph. Retrieval is handled on a fast, LLM-free path that includes heuristic decomposition, fuzzy entity matching (handling typos and variants), parallel hybrid search across multiple indexes, bounded graph expansion, and a ranking step. The result is a structured prompt block containing deduplicated, contextually relevant facts, along with meta information about latency and token counts for observability. getmem-ai is intended for developers building AI agents that require deep, accurate personalization, particularly in domains where response quality depends on prior user knowledge. Example use cases include healthcare agents that remember patient histories and legal research agents aware of case facts and client preferences. The system is designed with features such as per-patient or per-user isolation and audit logging for sensitive applications. The service is accessible via API, and integration is described as straightforward with a free credit available to start. Overall, getmem-ai is positioned as a specialized memory infrastructure for AI and conversational applications, enabling structured retrieval-augmented workflows for agents that benefit from persistent, contextual memory.
ai-dememory is an open-source toolchain and MCP server that enables AI agents to store, manage, and retrieve memory locally across multiple large language models. It is designed for developers building personal or autonomous AI systems that require persistent, local-first memory infrastructure.
auto-memory is an open-source CLI tool that provides progressive session recall for AI coding agents such as GitHub Copilot CLI. It helps developers maintain context across coding sessions for better AI assistance.
projectmind-mcp is an open-source local MCP server that equips AI coding assistants with persistent memory, hybrid code search, AI-generated annotations, and an AST symbol graph. It runs entirely locally, requiring no API keys, and is aimed at developers seeking privacy and advanced code intelligence features.