Open Source • Self-Hosted • Production Ready

Give your AI
a memory that works

Persistent memory layer with entity resolution, temporal features, and graph-aware recall. Self-host in 5 minutes. No vendor lock-in.

quickstart.py
from remembra import Remembra

# Initialize client
client = Remembra(api_key="your-key")

# Store a memory with entity extraction
client.store(
    content="John met Sarah at the AI conference in NYC",
    user_id="user-123"
)

# Recall with semantic + entity search
memories = client.recall(
    query="Who did John meet?",
    user_id="user-123"
)
# → Returns: John met Sarah at the AI conference

Why Remembra?

Features that actually matter for production AI

🧠

Entity Resolution

Automatically extract and link entities. "Mr. Kim" and "David Kim" resolve to the same person.

  • PERSON, ORG, LOCATION extraction
  • Alias resolution
  • Relationship mapping
⏱️

Temporal Memory

Memories that understand time. TTL, natural decay, and historical queries built-in.

  • TTL presets (session → permanent)
  • Ebbinghaus-based decay
  • as_of historical queries
🔍

Hybrid Search

Not just vectors. Combine semantic search with BM25 and graph traversal for better recall.

  • Vector + BM25 fusion
  • Graph-aware recall
  • Context optimization
🔒

Security First

Built with security in mind. API keys, rate limiting, user scoping, and audit logs.

  • API key authentication
  • User-scoped isolation
  • Full audit logging
🐳

Self-Host Ready

One-command Docker deployment. Your data stays on your infrastructure.

  • Docker Compose ready
  • No external dependencies
  • Full data ownership
📊

Dashboard UI

Visual memory browser with entity graphs, search, and real-time monitoring.

  • Memory browser
  • Entity graph visualization
  • Semantic search UI

How We Compare

Remembra vs. the alternatives

Feature Remembra Mem0 Zep
Entity Resolution ✓ Built-in Partial
Temporal Features (TTL, Decay) ✓ Full TTL only
Hybrid Search (BM25 + Vector)
Graph-Aware Recall Graph Memory
Self-Host (Full Features) ✓ 100% Limited
Dashboard UI ✓ Included Pro only
Open Source ✓ Apache 2.0

Use Cases

Build AI that actually remembers

💬

AI Assistants

Give your chatbots persistent memory across sessions. Remember user preferences, past conversations, and context.

🏥

Healthcare AI

Patient history, treatment plans, and medical context that persists and connects. HIPAA-ready with full audit logs.

📚

Education

Adaptive learning that remembers student progress, struggles, and breakthroughs. Personalized tutoring at scale.

🛒

E-Commerce

Shopping assistants that remember preferences, past purchases, and browsing behavior for personalized recommendations.

📊

Sales & CRM

AI that knows your leads, their history, and relationship context. Turn cold outreach into warm conversations.

🤖

Autonomous Agents

Long-running agents that maintain state, learn from actions, and build knowledge over time.

Simple Pricing

Start free. Scale as you grow.

Open Source

Free

Self-host on your own infrastructure

  • All features included
  • Unlimited memories
  • Unlimited users
  • Dashboard UI
  • Community support
Deploy Now
Coming Soon

Pro Cloud

$49/mo

Managed hosting, zero ops

  • Everything in Free
  • Managed infrastructure
  • 99.9% uptime SLA
  • Priority support
  • Auto-scaling

Enterprise

Custom

For large-scale deployments

  • Everything in Pro
  • Dedicated infrastructure
  • SSO/SAML
  • SOC2 compliance
  • Custom integrations
Contact Us

Ready to give your AI
a memory that works?

Deploy in 5 minutes. Open source. No vendor lock-in.