---
id: "concept-open-brain-d21"
type: "concept"
source_timestamps: ["00:00:23", "00:01:47", "00:03:33"]
tags: ["database", "personal-infrastructure"]
related: ["concept-shared-surface", "concept-agent-door", "concept-human-door", "entity-mcp", "entity-supabase"]
definition: "A personal, user-owned database connected to AI agents via an MCP server to provide persistent, cross-session memory."
sources: ["s21-ai-tool-memory"]
sourceVaultSlug: "s21-ai-tool-memory"
originDay: 21
---
# Open Brain

## Definition
A personal, user-owned database connected to AI agents via an MCP server to provide persistent, cross-session memory.

## Overview
The **Open Brain** is the foundational architecture of this video. It pairs a database that *you* own (typically [[entity-supabase-d21]]) with any AI model of your choice via a [[entity-mcp-d21]] server. This pairing solves the inherent amnesia of standard AI chat sessions, which start from zero every time.

By storing your life's context — household schedules, professional contacts, job-hunt pipeline, maintenance log — in structured tables, the Open Brain allows agents to read, write, and reason over your personal data over **long time horizons** that exceed any single chat window.

## Why It Matters
- Standard chat with [[entity-claude-d21]] or [[entity-chatgpt-d21]] forgets everything between sessions.
- A user-owned database becomes a persistent substrate for [[concept-agentic-memory]].
- Because all categories live in one DB, the agent can perform [[concept-cross-category-reasoning]] across disparate domains of your life.
- The architecture is future-proof — see [[concept-ai-flywheel]].

## Architectural Pieces
- **Storage**: a [[concept-shared-surface]] (Supabase tables) that is the single source of truth.
- **Agent access**: [[concept-agent-door]] (MCP).
- **Human access**: [[concept-human-door]] (a bespoke web app deployed to [[entity-vercel-d21]]).

## Prerequisite
You should already have completed [[prereq-supabase-mcp-setup]] before extending the Open Brain with new tables and visual interfaces.


## Related across days
- [[concept-open-brain-d22]]
- [[concept-ai-wiki]]
- [[framework-four-layers-context]]
- [[concept-openbrain-architecture]]
- [[concept-mcp]]
