memobase and mem0
These are direct competitors offering similar universal memory abstraction layers for AI agents, with mem0 being the more mature and widely adopted project despite memobase's higher npm download activity.
About memobase
memodb-io/memobase
User Profile-Based Long-Term Memory for AI Chatbot Applications.
Structures user data into dynamically-evolving profiles and timestamped event timelines, enabling sub-100ms memory retrieval through SQL queries rather than vector search. Supports Python, Node.js, and Go SDKs with batch processing buffers to reduce LLM token costs by 40-50%, and includes a Model Context Protocol (MCP) server for seamless integration with AI frameworks. Achieves state-of-the-art performance on the LOCOMO benchmark while maintaining configurable memory schemas, allowing developers to define precisely which user attributes their applications capture.
About mem0
mem0ai/mem0
Universal memory layer for AI Agents
Implements multi-level memory (user, session, agent state) with adaptive retrieval that achieves 26% higher accuracy and 90% lower token usage than baseline approaches. Supports multiple LLMs and vector stores, with SDKs for Python and JavaScript, plus integrations for LangGraph and CrewAI. Offers both self-hosted open-source deployment and a managed platform with CLI tooling for memory management operations.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work