AI with a
perfect memory.
Memobase is the persistent synaptic layer for your AI agents. Passive context capture and background "Dream Phase" distillation so you never start from zero.
Give any AI tool a permanent memory. Drag and drop your history to build your Knowledge Graph in seconds.
Create Free AccountThe Challenge
Break the Amnesia Loop.
Context windows are expanding, but they remain ephemeral. Every new session is a reset—your agent forgets your architecture, your style, and your progress.
As conversations grow, older facts are silently evicted from the context window to make room for new ones.
Great ideas from yesterday's chat are inaccessible today. You're stuck in a loop of re-explaining your setup.
Claude knows one thing, ChatGPT knows another. There is no shared "source of truth" for your AI toolchain.
Without long-term memory, agents can't evolve with you. They remain generic assistants rather than specialized partners.
Core Architecture
Built for production
The "Dream Phase"
Background distillation that turns noisy session logs into durable, high-signal rules and project insights.
Passive Intelligence
Deterministic HTTP hooks capture context automatically. The agent learns without "remembering to remember."
Hybrid Graph Retrieval
Combines vector similarity with Knowledge Graph relationships for precise, context-aware recall.
MCP-native protocol
Built on the Model Context Protocol. Works natively with Claude, ChatGPT, and Cursor.
Privacy by Design
PostgreSQL Row-Level Security ensures your memory is your own. Self-custody options on the roadmap.
Insight Dashboard
Visualize your knowledge graph and vector space. Manage API keys and monitor usage in real-time.
Implementation
Up and running in minutes
Initialize Core
Add the Memobase MCP server to your AI configuration with a single JSON entry.
Neural Handshake
Authenticate once via secure OAuth. Your memories are isolated using Postgres RLS.
Active Recurrence
Your agent automatically retrieves context and stores new insights in real-time.
Neural Allocation
Simple, transparent pricing
Start free and upgrade when you need more. Monthly limits reset on the first of each month.
Free
500 credits / month
Perfect for trying Memobase out.
- ✓ store_memory = 10 credits, search = 1 credit
- ✓ forget_memory (always free)
- ✓ Semantic vector search
- ✓ Per-user memory isolation
- ✓ Community support
Pro
5,000 credits / month
For power users and small teams who rely on memory daily.
- ✓ Everything in Free
- ✓ 5,000 credits per month
- ✓ Monthly usage dashboard
- ✓ Email support
- ✓ Priority response
Unlimited
Unlimited credits
No limits. For teams and high-volume agent workflows.
- ✓ Everything in Pro
- ✓ Unlimited credits
- ✓ Dedicated support
- ✓ SLA available
- ✓ Custom onboarding
Quick Setup
Connect in minutes
Add Memobase to your favorite AI assistant — no code required.
The Memobase CLI
- 1
Install the CLI
npm install -g memobase-clinpm install -g memobase-cli
- 2
Choose your Mode
Run
mb startfor 100% Private Local Mode (SQLite).Run
mb loginfor Cloud Sync and cross-device access. - 3
Inject into Tool
Run
mb inject claude-codeto automatically configure hooks.
Magic Commands
mb bootstrap Scan current project for instant IQ.
mb sync Push local memories to the cloud when you upgrade.
CLI Commands
# Start local memory server (Private)
mb start # Login to cloud account (Sync)
mb login # Auto-configure Claude Code
mb inject claude-code # Scan repo for project IQ
mb bootstrap