Synaptic Core 1.0 — MCP Native

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.

For Developers CLI

$ npm install -g memobase-cli

$ mb start

Install CLI Guide
For Everyone Else One-Click

Give any AI tool a permanent memory. Drag and drop your history to build your Knowledge Graph in seconds.

Create Free Account

The 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.

Context Erosion

As conversations grow, older facts are silently evicted from the context window to make room for new ones.

Session Isolation

Great ideas from yesterday's chat are inaccessible today. You're stuck in a loop of re-explaining your setup.

Fragmented Identity

Claude knows one thing, ChatGPT knows another. There is no shared "source of truth" for your AI toolchain.

Static Intelligence

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

⚙️
01

Initialize Core

Add the Memobase MCP server to your AI configuration with a single JSON entry.

🔒
02

Neural Handshake

Authenticate once via secure OAuth. Your memories are isolated using Postgres RLS.

🧠
03

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

$0 /forever

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
Start for free
Recommended

Pro

$9 /per month

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
Upgrade to Pro

Unlimited

$29 /per month

Unlimited credits

No limits. For teams and high-volume agent workflows.

  • Everything in Pro
  • Unlimited credits
  • Dedicated support
  • SLA available
  • Custom onboarding
Go Unlimited

Quick Setup

Connect in minutes

Add Memobase to your favorite AI assistant — no code required.

The Memobase CLI

  1. 1

    Install the CLI

    npm install -g memobase-cli
  2. 2

    Choose your Mode

    Run mb start for 100% Private Local Mode (SQLite).

    Run mb login for Cloud Sync and cross-device access.

  3. 3

    Inject into Tool

    Run mb inject claude-code to 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