memU

memU

memU is a runtime environment for AI agents, supporting context, continuity, and control.

MCPDevOpen sourceAI 代理工作区运行时多模态数据
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 13.9k
Source
mcp-github

Overview

memU is a workspace runtime for AI agents. It compiles raw data such as chat logs, documents, code, images, audio, and tool logs into three persistent layers: index, skills, and memory. This enables agents to perform tasks based on context, continuity, and control. The index layer provides a map of all known information, the skills layer records learned skills and tool patterns, and the memory layer stores user preferences, goals, and key events. Through `memorize()` and `retrieve()` operations, agents can efficiently process and retrieve relevant information.

Capabilities

  • Compiles raw data into a structured workspace
  • Provides three layers: index, skills, and memory
  • Supports multiple data types (text, image, audio)
  • Persistent storage and self-organization
  • Audit-ready and editable agent knowledge

Use cases

AI agent knowledge managementMultimodal data processingContinuous learning and improvementContext-aware task execution

Setup

Requires: Python 3.13+API Key
pip install memu-py

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What data types does memU support?

Supports text, image, audio, and other data types.

How do I install memU?

Install using pip: pip install memu-py.

Related skills