memU

Active
GitHub Python NOASSERTION

Description

A memory system for 24/7 proactive agents with MCP protocol integration, providing long-term memory management, skill storage, and proactive reasoning capabilities for continuously running AI agents.

Key Features

  • 24/7 proactive memory agent that continuously captures and understands user intent
  • File-system-like memory structure with folders, files, symlinks, and mount points for organized knowledge
  • Significantly reduces LLM token cost with smaller context windows (~1/10 of comparable usage)
  • MCP protocol integration for seamless connection with existing AI agent ecosystems
  • Cross-session memory persistence — remembers user goals, preferences, and context automatically
  • Proactive task execution: agent anticipates next steps and pre-fetches relevant context

Use Cases

💡 Building always-on AI assistants that remember user preferences across sessions
💡 Reducing token costs for long-running production agent systems
💡 Creating proactive agents that anticipate user needs without explicit commands
💡 Managing persistent knowledge graphs for enterprise AI deployments

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (14.4k stars)
  • Responsive to issues, low backlog

⚠️ Limitations

  • No clear open-source license

Quick Start

pip install memu-py && python -c "import memu; print('ready')"

Related Projects

MaxKB

22.7k · Python
Active A+

MaxKB is an open-source knowledge base Q&A and agent building platform powered by LLMs, with vector retrieval, workflow orchestration, and multi-model support out of the box.

knowledge-baseragchatbot +3
  • · RAG Pipeline — Document upload and online crawling with automatic splitting and vectorization to reduce hallucinations
  • · Agentic Workflow — Powerful workflow engine, function library and MCP tool-use for complex business scenarios
  • · Zero-code Integration — Seamlessly integrate into third-party business systems for smart Q&A capabilities

MemAgent

1.1k · Python
Stale B

A MemAgent framework that can extrapolate to 3.5M context tokens, along with a training framework for RL training of any agent workflow.

memoryagentrag +2
  • · Ultra-Long Context Processing: Extrapolate from 8K training context to 3.5M tokens with performance loss under 5%
  • · Reinforcement Learning Driven: Trained with RLVR (Reinforcement Learning from Verifiable Rewards), extends DAPO algorithm for end-to-end multi-turn conversation optimization
  • · Linear Time Complexity: Breaks through computational bottlenecks in long-text processing with linear resource scaling

Memori

16.3k · Python
Active A

Agent-native memory infrastructure that turns agent execution and conversation into structured, persistent state with an LLM-agnostic memory layer, MCP integration, and Python/TypeScript dual SDK support.

memoryagentrag +3
  • · Agent-native memory infrastructure converting conversations and execution into structured persistent state
  • · LLM-agnostic design supporting OpenAI, Anthropic, and any model provider
  • · Python/TypeScript dual SDK with MCP one-command integration for Claude Code/Cursor/Codex

Nocturne Memory

1.3k · Python
Active A

A lightweight, rollbackable, and visual long-term memory server for MCP agents, replacing traditional vector RAG with reliable context retention.

pythonmcpmemory +2
  • · MCP-based long-term memory server enabling AI to remember identity and history across sessions and models
  • · One soul, any engine — memory stored in independent MCP Server, not bound to any LLM, AI retains full memory when switching models
  • · Namespace isolation support — multiple AI personalities can have completely independent memory spaces without interference