AutoMem is a persistent memory layer designed for AI agents, enabling them to recall both facts and their context rather than starting each session without memory. The tool addresses the challenge of agents forgetting previous interactions by capturing and organizing relevant information as users work, allowing for more effective and context-aware recall in subsequent sessions. AutoMem integrates into agent workflows by providing a memory architecture that combines a knowledge graph for relationships and a vector index for semantic meaning.
The platform stores every memory in a graph structure, mapping out entities, relationships, and temporal data using FalkorDB, while also leveraging Qdrant for vector-based semantic search. This hybrid approach allows agents to retrieve not only semantically similar information but also the specific threads or contexts to which that information belongs. AutoMem consolidates new memories in the background, clustering related ideas, strengthening frequently accessed connections, and allowing irrelevant data to decay over time, resulting in increasingly relevant and refined recall.
AutoMem is compatible with a range of agent clients and platforms, including Claude, Cursor, ChatGPT, Codex, and any client supporting the Model Context Protocol (MCP). It can be deployed locally via Docker, as a managed cloud service through Railway, or self-hosted within a user's own infrastructure, including Kubernetes environments. All deployment options expose the same MCP endpoint, ensuring consistent integration regardless of setup. The tool supports macOS, Linux, Windows (WSL2), and is accessible from both desktop and mobile clients that are MCP-compatible.
The software is open source and distributed under the MIT License. AutoMem has been benchmarked using the neutral Agent Memory Benchmark (BEAM), where it achieved a high accuracy rate and was ranked second among competitors. Its design is informed by research focused on enhancing recall for AI agents, ensuring that memory compounds and becomes more useful over time.
AutoMem is an Infrastructure & Backend project. It focuses on enabling AI agents to retain and recall persistent memory across sessions and environments. AutoMem is an open-source project aimed at AI developers and agent framework builders. The project is open source (MIT). It runs on the web, the command line, and API, and it can be self-hosted.
AutoMem first shipped in 2025. The project is developed in the open on GitHub with 749 stars and 58 commits in the last 90 days. Key capabilities include persistent memory, MCP protocol support, and graph storage. It exposes integrations via an MCP server.
Summary written by a language model from the project’s public pages.
What PulseGate has recorded for this listing
Closest matches by what these projects do