https://github.com/dravenk/memagent
Mem Agent.
https://github.com/dravenk/memagent
agent ai mem0 memory
Last synced: 19 days ago
JSON representation
Mem Agent.
- Host: GitHub
- URL: https://github.com/dravenk/memagent
- Owner: dravenk
- Created: 2025-12-29T15:01:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-29T15:01:30.000Z (7 months ago)
- Last Synced: 2026-06-05T17:02:33.815Z (about 2 months ago)
- Topics: agent, ai, mem0, memory
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memagent
[English](README.md) | [δΈζ](README.zh.md)
A Mem0-based memory storage service that provides complete memory management functionality and a modern web management interface.
## Prerequisites
- **Docker** and **Docker Compose** must be installed and running
- **Make** (optional, but recommended for easy setup)
## π Quick Start
```bash
# Initialize configuration files and start Docker containers
make
```
The command will automatically:
- Initialize `.env` and `server/config.toml` from example files
- Generate random passwords and API keys
- Build and start all Docker containers
**Note**: The API key for login will be displayed in the terminal output.
**Other commands:**
```bash
make clean # Remove all configuration files and Docker containers
```
## π Access Addresses
- **Frontend Management Interface**: http://localhost:8321/
- **Backend API Documentation**: http://localhost:8432/redoc
## π Login Authentication
Login using the API Key displayed during initialization `make` or check out configured in `server/config.toml`.