Main
Use the README’s 3-step Docker path: clone, set
.env, thendocker compose up -dand access the UI in the browser.Plan for the first build: README calls out a 15–30 minute initial image build (later starts are much faster).
When enabling optional MCP services, follow the README’s guidance to toggle capability registry entries rather than guessing tool IDs.
Source-backed notes
- README provides the exact Docker quick start commands, including
cp .env.example .envanddocker compose up -d. - README states the first build may take 15–30 minutes depending on network speed, and the UI is served at
http://localhost:8080. - README describes multiple collaboration modes (Team/Swarm/SubAgent) and a browser-first workflow.
FAQ
- Do I need Docker to start?: README recommends Docker Compose as the easiest path; local dev is also described.
- Where do I use it?: In a browser at
http://localhost:8080after startup per README. - Why does first start take longer?: README notes the first run builds Docker images (15–30 minutes).