From personal second brain to team brain: one table, labels, and MCP access

Cole Medin · youtube · 2026-09-17

Cole Medin's new tutorial: a personal AI second brain works for one person, but a team needs a different layer underneath — the "team brain."

Architecture: information from chat platforms, repos, and docs flows into a single table; keyword + semantic search over it; every row is labeled at ingestion; the database enforces those labels on every read for security and permissions. Your coding agent queries it over MCP with its own token, while your personal second brain keeps its memory and personality on top.

Chapters: second brain → team brain, keep your agent share the knowledge, one table for every source, the MCP server, labeling at ingestion, access keys and row-level security (demo: same question, different access), search at scale.

Demoed on Oracle AI Database but the structure works with existing tools; full code is open-sourced on the team-brain branch of the Oracle AI Developer Hub and runs on a free container. Note: Oracle-sponsored content, though the architecture is generic.

Original post →

More from coding & agent

coding & agent channel →