aicoolies logo
Memori logo
Memori logo

Memori

SQL-native memory infrastructure for AI agents and applications

open sourceupdated Jul 8, 2026

Memori is an AI memory engine that provides persistent, queryable memory for agents and applications using SQL-native storage. It stores structured memories with semantic search, temporal awareness, and relationship tracking, enabling AI systems to remember user preferences, past interactions, and contextual facts across sessions. With 12,900 GitHub stars, it offers a database-native approach to the agent memory problem.

Memori takes a database-native approach to AI agent memory by treating memories as structured records that can be queried, filtered, and joined using familiar SQL patterns. Rather than storing raw conversation history or unstructured embedding vectors, Memori extracts salient facts from interactions and stores them with metadata including timestamps, confidence scores, and source attribution. This structured approach enables precise retrieval of specific memories rather than fuzzy similarity matching.

The memory engine supports multiple storage backends and provides APIs for adding, searching, updating, and deleting memories. Semantic search finds memories by meaning while structured queries filter by metadata fields, time ranges, or relationship types. This dual retrieval mode means agents can both explore related memories and look up specific facts efficiently. The temporal tracking ensures that outdated information can be identified and superseded without losing historical context.

With over 12,900 GitHub stars, Memori has gained adoption among developers building personalized AI assistants, customer service agents, and knowledge management systems. It competes with Mem0 and Zep's Graphiti in the agent memory space but differentiates through its SQL-native query model that feels familiar to backend developers. The framework integrates with popular AI frameworks and can serve as the persistent memory layer for any LLM-powered application that needs to remember context across sessions.

Pricing

Free and open-source; check repository for license details

Platforms

Python, SQL-native storage, REST API, multiple backend support

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
Cloudflare logo

Cloudflare Vectorize

Edge-native vector database for Workers and AI applications

Cloudflare Vectorize is Cloudflare’s managed vector database for Workers and edge AI applications. It is distinct from the existing Cloudflare Workers tool page: Workers is the compute runtime, while Vectorize is the embedding index and vector-query layer used to add semantic retrieval to Cloudflare-hosted apps.

freemium
Upstash Vector logo

Upstash Vector

Serverless vector database with pay-as-you-go API pricing

Upstash Vector is a managed serverless vector database for RAG, semantic search, and embedding lookup. It is separate from the existing Upstash platform record in the aicoolies catalog: this slug covers the Vector product line, not the broader Redis, Kafka, or QStash platform.

freemium

FAQ

What is Memori?

Memori is an AI memory engine that provides persistent, queryable memory for agents and applications using SQL-native storage. It stores structured memories with semantic search, temporal awareness, and relationship tracking, enabling AI systems to remember user preferences, past interactions, and contextual facts across sessions. With 12,900 GitHub stars, it offers a database-native approach to the agent memory problem.

Is Memori free?

Yes — Memori is open source and free to use. Free and open-source; check repository for license details

Is Memori open source?

Yes — Memori is open source.

What are the best Memori alternatives?

The top editor-verified Memori alternatives are Mem0, Graphiti.