@booboo-brain/cli
v0.4.0
Published
Booboo CLI — one `booboo` command: build | serve | mcp | view | panel. Lazy-loads each subcommand so a build-only run never pulls the server or viewer.
Downloads
852
Maintainers
Readme
@booboo-brain/cli
The one command. booboo dispatches to four subcommands, each lazy-loaded so a
build-only run never pulls the server or the viewer.
booboo build --config booboo.config.yaml # any postgres/json → one graph snapshot
booboo serve --snapshot brain.json --port 8787 # REST: /graph /stats /search /nodes /neighbors /path
booboo mcp --snapshot brain.json # MCP over stdio (Claude / Cursor / Claude Code)
booboo view --snapshot brain.json # 3D viewer in your browser
booboo view --demo --nodes 100000 # a synthetic brain, no data neededbuild runs @booboo-brain/build; serve and mcp run @booboo-brain/serve;
view serves the prebuilt @booboo-brain/viewer app. Install this one package to
get the booboo command — it brings all of them in.
Part of Booboo — the unified operational brain. MIT.
