Open source · MIT

Your whole system.
One living brain.

Booboo fuses wiring, knowledge, memory, agents and crons into a single rooted 3D graph — queryable by REST or MCP, rendered at 60fps in your browser.

Star on GitHub

Proven on a 4,507-node production brain · built from Supabase by config alone · privacy-walled

The one idea

A tiny spec in the middle.
Everything else is free.

Booboo is a ~1 KB JSON contract with adapters that feed it and consumers that render, serve and query it. Emit the JSON once — get the viewer, the API and the MCP server for free.

Adapters

Your data, in

Postgres, Supabase, plain JSON — config-driven, no code. Weird source? A custom adapter is ~50 lines, not a fork.

The spec

One graph JSON

A rooted snapshot of everything — nodes, links, layers. Privacy walls applied before emit: sealed namespaces are never serialised.

Consumers

Every view, out

3D viewer in the browser · REST API · MCP server your agents boot from · desktop wallpaper. All from the same snapshot.

What ships today

Most tools show you one slice.
Booboo shows the whole thing.

Knowledge graphs, agent flowcharts, memory stores, trace viewers — each is a fragment. Booboo is the fusion, rooted at a single point.

Million-node 3D viewer

An instanced GPU field with tier-LOD renders 1,000,000 nodes at 60fps — in a browser tab, no install. booboo view opens any snapshot.

REST out of the box

booboo serve gives you /graph /search /neighbors /path — your whole system, queryable over HTTP in one command.

MCP-native

Point Claude, Cursor or Claude Code at booboo mcp and your agents boot from the brain — search, node lookup, pathfinding as tools.

Config over code

One booboo.config.yaml maps tables to layers. The 4,507-node proof brain was assembled from a live Supabase with zero custom code.

Privacy walls

Sealed namespaces are excluded before the snapshot exists. What's walled never reaches the JSON — not hidden in the viewer, absent from the artifact.

Open core, MIT

The engine is free forever — fork it, adapt it, ship it. Fractional HQ sells the done-for-you layer on top, never the core.

Quickstart

Snapshot to living brain in four commands.

Scaffold a project, point booboo.config.yaml at your Postgres or JSON, and build. The same snapshot powers the API, the MCP server and the 3D view.

No hosted service, no account, no telemetry. It runs on your machine, against your data.

~/my-brain
$ npx create-booboo my-brain
$ cd my-brain && npm install
$ npm run build   # config → brain.json
  ✓ 4,507 nodes · 21 links · walls applied
$ npm run view    # 3D brain in your browser
$ npm run mcp     # agents boot from it
Not a mockup

This is a real render.

50,000 nodes, four layers, live in a browser tab — one command, no data wired. Yours looks like this on day zero.

booboo view --demo --nodes 50000
Booboo rendering a 50,000-node brain: four stacked layer rings, spines to a glowing root node, cockpit controls panel

Unretouched screenshot · booboo view --demo --nodes 50000 · zero console errors · try it yourself in one command

Why not just…

Every tool shows a slice.
Compare the slices.

Good tools, all of them — for their layer. None of them is a map of the system.

ToolWhole-system viewREST APIMCP — agents query it3D at 1M nodesPrivacy walls
Booboo — the operational brain
Graph viewers (3d-force-graph)render only — nothing feeds them
Note graphs (Obsidian, Logseq)your notes, not your systemplugins
Agent frameworks (LangGraph, traces)flows & runs — one slicepartial
Memory stores (Graphiti, Cognee)memory — another slice
Open core

Free engine. Paid hands.

The code is MIT and always will be — nothing ever hides behind a paywall. You pay only to skip the work: key in hand for £29, or our hands entirely.

OSS

Booboo

Free MIT, forever
  • npx create-booboo scaffold
  • Build · serve · MCP · 3D view
  • Postgres + JSON adapters
  • Million-node viewer
Read the source
Key in hand

Booboo Drop

£29 one-time

You're not buying features — every feature is free. You're buying the deployed outcome: your agent does the whole setup while you answer five questions.

  • Turnkey: drop the folder into Claude / Cursor → your brain deploys itself
  • Operator prompt that validates, configures, builds & verifies
  • Curated layer map for AI-builder stacks + MCP wiring cards
  • Same open schema — never a fork, never a lock-in
Get the drop — £29
Done for you

Hosted brain

Let's talk scoped per stack
  • We map your stack into a living brain
  • Custom adapters for weird sources
  • Hosted snapshot + refresh pipeline
  • Builder-to-builder, no account managers
Talk to us

Stop tabbing between fragments.
See the whole thing.

One command stands between your stack and a brain you can query, render and boot agents from.

Star on GitHub
Copied — now run it