Run This Ai
EN DE

Memanto

The long-term memory layer that AI agents love — semantic memory, chat history, and knowledge for CrewAI, LangChain, and RAG.

★ 1,796 GitHub MIT memoryragai-agentslangchaincrewaisemantic-memoryvector-database RAG & Knowledge

Overview

Memanto is an open-source long-term and semantic memory layer built for AI agents. It gives CrewAI, LangChain, and RAG pipelines a persistent brain: agents can remember past conversations, recall facts semantically, and reuse knowledge across sessions instead of starting from scratch every time. Memanto ships with a web UI for browsing and managing memories, Docker-based self-hosting, an on-premises architecture for full data control, and simple integration via REST API or SDK. MIT-licensed and free to self-host.

Requirements

Min vCPU
2
Min RAM
4096 MB
Min Disk
10 GB
Rec vCPU
4
Rec RAM
8192 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 8

8 vCPU · 32256 MB · 400 GB

$20.00
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  memanto:
    image: moorcheh/memanto:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/memanto:/data

Best VPS for Memanto →

Related tools

Guides & articles