Skip to main content
Glama

๐Ÿพ Booboo โ€” the unified operational brain

Turn any AI system's data into one living, rooted 3D brain โ€” structure + knowledge + memory + agents + automations fused into a single graph. Query it by REST or MCP, view it in your browser or as a desktop wallpaper, and boot your agents from it in one call.

Named after a dachshund who never forgets where the treats are buried. Fitting, because Booboo is about exactly that: memory and recall โ€” seeing the whole system at once, fetching what's buried, never losing the thread.

A real 50,000-node synthetic brain rendered by booboo view โ€” four stacked layer rings, spines converging on a glowing root, cockpit controls Unretouched: booboo view --demo --nodes 50000 โ€” 50k nodes, 4 layers, live in a browser tab, zero console errors. Try it yourself in one command.

Most tools show you one slice: a knowledge graph, an agent flow chart, a memory store, a trace viewer. Booboo fuses all of them into one graph rooted at a single point, so you can see โ€” and query โ€” how the whole system actually hangs together.

Status: alpha โ€” seven packages published: @booboo-brain/spec (the contract), @booboo-brain/build (config-driven postgres/json adapters), @booboo-brain/serve (REST + MCP query layer), @booboo-brain/viewer (million-node 3D render), @booboo-brain/panel (the organigram), @booboo-brain/cli (the unified booboo command), and create-booboo (project scaffolder). Per-package semver โ€” see each package.json. MIT.


The one idea

Booboo is a tiny JSON spec at the center, with adapters that feed it and consumers that render/serve/query it:

  your data โ”€โ”€โ–ถ  ADAPTERS  โ”€โ”€โ–ถ  GRAPH JSON โ”€โ”€โ–ถ  CONSUMERS
  (postgres,     (config-       (the spec,       (3D viewer ยท
   json, neo4j,   driven,        ~1 KB            REST API ยท
   mcp, โ€ฆ)        ~50 lines)     contract)        MCP server ยท wallpaper)

Emit the JSON โ†’ get the viewer, the API, and the MCP server for free. Weird data โ†’ a ~50-line adapter, not a fork. See SPEC.md.

Related MCP server: Thread Keeper

Quickstart

npx create-booboo my-brain       # scaffold a project (json starter + postgres upgrade path)
cd my-brain
npm install
npm run build                    # booboo.config.yaml โ†’ brain.json (the snapshot)
npm run serve                    # REST API on http://localhost:8787
npm run mcp                      # MCP over stdio โ€” point Claude / Cursor / Claude Code at it

Edit booboo.config.yaml to point at your own Postgres/Supabase (a commented example ships in the scaffold). Full reference: docs/CONFIG.md ยท stuck? docs/TROUBLESHOOTING.md.

The headline flex: Booboo renders a million-node brain at 60fps in your browser. Try it with booboo view --demo --nodes 1000000 (or the viewer playground: pnpm -F @booboo-brain/viewer dev, then open with ?n=1000000). See SCALE.md for how (instanced GPU field + tier-LOD).

Roadmap: a single all-in-one command bundling build + REST + MCP + the 3D viewer together, an interactive scaffold wizard, and a --demo mega-graph generator โ€” tracked in LAUNCH_CHECKLIST.md.

What works today

booboo build --config booboo.config.yaml    # any postgres/json โ†’ one graph snapshot (privacy walls + parent spines)
booboo serve --snapshot my.booboo.json --port 8787   # REST: /graph /stats /search /nodes/:id /neighbors/:id /path/:a/:b
booboo mcp   --snapshot my.booboo.json --org org.booboo.json  # MCP over stdio (+ booboo_boot: agents boot FROM the org)
booboo view  --snapshot my.booboo.json               # 3D viewer in your browser โ€” no monorepo, no build step
booboo panel --org org.booboo.json --snapshot my.booboo.json  # THE ORGANIGRAM โ€” see below
booboo vault --snapshot my.booboo.json --org org.booboo.json --out vault  # the brain as a markdown vault โ€” see below

booboo view serves the @booboo-brain/viewer 3D renderer as a standalone app โ€” any snapshot (or ?n=1000000 synthetic) in your browser, no monorepo. The build engine was proven on a real 4,469-node production brain assembled straight from Supabase by config alone โ€” privacy-walled, validated, served. See each package's README for the details.

Connect it to Claude / Cursor (MCP)

booboo mcp speaks MCP over stdio. Point any MCP client at it โ€” no server to host, it runs on demand:

// Claude Desktop: claude_desktop_config.json ยท Cursor: .cursor/mcp.json ยท Claude Code: .mcp.json
{
  "mcpServers": {
    "booboo": {
      "command": "npx",
      "args": ["-y", "@booboo-brain/cli", "mcp",
               "--snapshot", "my.booboo.json", "--org", "org.booboo.json"]
    }
  }
}

Your agent can now query the whole system โ€” search, neighbors, path, stats โ€” and booboo_boot('<agent-id>') returns an agent's rules, memory reach, and reports so it boots from the org. Point --snapshot/--org at absolute paths if the client's working directory differs.

The Organigram โ€” run your agents like a company

The Booboo panel organigram โ€” a 14-agent fleet as a real company chart: root on top, departments fanning beneath, a dossier with live memory and report counts on the right

booboo panel opens your agent fleet as a real org chart โ€” and the chart is not a diagram, it's the authority. Every agent is a card: its rules, skills, memory-bucket access, and latest reports. Drag an agent under a new parent, hit apply, and the org file changes โ€” versioned in git, validated before every write (a cycle can never land). Agents that boot with booboo_boot obey the new shape on their next session. Reorganize your company at breakfast; the whole fleet knows by the first coffee.

the portfolio timeline

memory, bucket by bucket

Reports tab โ€” every agent's filed reports on one timeline, filterable per agent

Buckets tab โ€” each memory bucket with live counts and the agents that reach it

Five tabs over one org file + one snapshot: organigram (drag-drop hierarchy) ยท buckets (who remembers what) ยท reports (what the fleet closed, newest first) ยท rules (who declares, who inherits) ยท graph (the 3D brain, embedded). Rules inherit top-down โ€” declare once at a branch, everyone beneath is bound; every dossier shows the inherited stack in boot order.

The vault โ€” your brain as plain markdown (Obsidian-ready)

booboo vault emits the same snapshot as a wiki-linked markdown vault: one page per node with frontmatter and its links, index pages per layer and cluster, an agent dossier per org member (chain of command, inherited rules, buckets, machines, contract). Open the folder as an Obsidian vault and you have the "LLM second brain" pattern โ€” except generated from your real system instead of hand-fed notes. Plain files are the ultimate portability: any human can read them, any agent from any provider can too. Emit it nightly and the vault doubles as your insurance copy.

Author links yourself: put [[node-id]] (or [[exact label]]) refs inside a note's text and set wikilinks: true in the config โ€” the builder turns them into first-class authored edges that outrank harvested relations, in the graph, the API, the 3D view and the vault. Every build also prints an ingestion-quality line (authored ยท orphans ยท dump-suspects) so curation is a number, not a vibe.

Your agent knows what to do โ€” the contract ships with the scaffold

npx create-booboo scaffolds AGENTS.md (imported by CLAUDE.md) into the project: the operating doctrine any AI agent working that folder reads automatically โ€” boot from the org, one atomic fact per note, author your [[links]], corrections replace, respect the walls, watch the quality gate, close honestly. A fresh install leaves your agent already fluent in the brain's conventions; edit the file as your own rules evolve โ€” it is your system's constitution, versioned next to the org.

Why it's different

The closest things on GitHub each do one layer โ€” good tools, all of them, for their slice:

Whole-system view

REST API

MCP (agents query it)

3D at 1M nodes

Privacy walls

Booboo

โœ…

โœ…

โœ…

โœ…

โœ…

Graph viewers (3d-force-graph)

render only

โ€”

โ€”

โœ…

โ€”

Note graphs (Obsidian, Logseq)

your notes, not your system (booboo emits an Obsidian vault: booboo vault)

โ€”

plugins

โ€”

โ€”

Agent frameworks (LangGraph, traces)

flows & runs

โœ…

partial

โ€”

โ€”

Memory stores (Graphiti, Cognee)

memory only

โœ…

โœ…

โ€”

โ€”

None fuse wiring + knowledge + episodic memory + agents + crons into one rooted, live, bootable brain that's simultaneously a view, a wallpaper, an API, and an MCP source. That operational fusion is the novel part.

Key in hand (optional โ€” everything above stays free)

Every feature is MIT and always will be. If you'd rather not do the setup yourself:

  • The Booboo Drop โ€” ยฃ29 ยท key in hand: a folder + operator prompt you paste into Claude Code or Cursor โ€” your agent deploys your brain end-to-end while you answer five questions.

  • Done-for-you ยท we map your stack โ€” custom adapters, hosted snapshot, refresh pipeline.

Both are built on this repo, same config schema โ€” never a fork, never a gate.

License

MIT โ€” built to be forked, adapted, and shipped. By Fractional HQ.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jessedu29260-netizen/booboo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server