aicoolies logo

Memori

SQL-native memory infrastructure for AI agents and applications

Share
open-sourceOpen Source
Visit Website →

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

Alternatives

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

open-sourceOpen SourceTelemetry

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

open-sourceOpen SourceTelemetry

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Klavis AI logo

Klavis AI

MCP integration platform for agent tool use at scale

Klavis AI is an Apache-2.0 MCP integration platform for teams connecting AI agents to external SaaS tools and APIs. The public repo and official docs position it as infrastructure for reliable tool access at scale, so it fits teams that want reusable MCP connectors without treating every integration as a one-off script or custom OAuth maintenance project.

open-sourceOpen SourceTelemetry