Now in Public Beta

Memory Layer
for AI Agents

Give your LLMs and AI agents persistent, searchable memory. Store context, retrieve relevant information, and build truly personalized AI experiences.

app.ts
import { MemgenClient } from 'memgen';

const client = new MemgenClient({ apiKey: 'mg-...' });

// Store a conversation
await client.memories.add({
  messages: [
    { role: "user", content: "I prefer Python" }
  ],
  user_id: "alice"
});

// Retrieve relevant memories
const results = await client.memories.search({
  query: "programming preferences",
  user_id: "alice"
});
10ms
Avg latency
99.9%
Uptime
1M+
Memories stored
384→4096
Vector dims

Everything you need for AI memory

A complete platform for managing long-term memory in your AI applications.

Long-term Memory

Persistent memory across sessions. Your AI remembers context, preferences, and history.

Multi-tenant

Isolated memory per org and project. Enterprise-grade data separation built in.

Vector Search

Semantic search powered by embeddings. Find relevant memories with natural language.

Real-time Events

Track every operation with webhooks and audit trails. Full observability.

Simple API

RESTful API with SDKs. Add memory to your AI in minutes, not days.

Self-hostable

Deploy on your infrastructure. Full data control with Docker Compose.

Three steps to AI memory

Simple integration, powerful results.

1

Connect

Create a project, get your API key, and start sending conversations.

2

Consolidate

The engine automatically extracts and organizes memories from dialogues.

3

Recall

Search memories semantically. The right context at the right time.

Simple, transparent pricing

Start free and scale as you grow. No hidden fees.

Free

$0/month

For side projects

  • 1,000 memories
  • 1 project
  • Community support
  • API access
Popular

Pro

$29/month

For growing teams

  • 50,000 memories
  • 5 projects
  • Priority support
  • Webhooks
  • Analytics

Enterprise

Custom

For scale

  • Unlimited memories
  • Unlimited projects
  • Dedicated support
  • SLA
  • Self-hosted

Ready to give your AI a memory?

Join developers building the next generation of AI applications with persistent memory.