memU
memU is a runtime environment for AI agents, supporting context, continuity, and control.
- Type
- MCP
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 13.9k
- Source
- mcp-github
- Repository
- github.com/NevaMind-AI/memU
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
Setup
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
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
antivibe
Transform AI-generated code into deep learning materials to help developers understand the code.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.