jaychouya/MemoryAgent

69 stars · Last commit 2026-06-22

具备认知记忆架构的 AI Agent,让 AI 记住你的偏好,越用越懂你 核心特性:四类型记忆系统、跨会话记忆共享、Claude Code 架构、15+ 大模型支持

README preview

# MemoryAgent — Universal Local Memory for AI Agents

<div align="center">

**One memory layer. Any client — IDE, your own app, or built-in chat.**

**一套长期记忆:接 Cursor / 任意 MCP / HTTP API,或直接用自带对话。**

[![GitHub stars](https://img.shields.io/github/stars/jaychouya/MemoryAgent?style=social)](https://github.com/jaychouya/MemoryAgent/stargazers)
[![Python](https://img.shields.io/badge/Python-3.11+-blue.svg)](https://www.python.org/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Tests](https://img.shields.io/badge/Tests-400+-brightgreen.svg)](#测试)
[![MCP](https://img.shields.io/badge/MCP-Any-Host-purple.svg)](#三种用法)

### 选一种开始

| 目标 | 命令 |
|------|------|
| **独立对话**(自带 Web UI) | `make dev` |
| **接到 Cursor / Claude / 任意 MCP** | `bash scripts/onboard.sh .` |

View full repository on GitHub →