monoceros list-components
Prints the component catalog that monoceros init
understands for its --with-* flags: the curated languages, services, features
and MCP servers available to your CLI version, grouped by category.
monoceros list-componentsExamples
Section titled “Examples”monoceros list-components
# Piping drops the colour and gives `name<TAB>description`, grep/awk-friendlymonoceros list-components | grep -i postgresBehavior
Section titled “Behavior”- Read-only. It just prints the catalog; it touches no config or container.
- Versioned with your CLI. The list reflects what your installed CLI knows and grows as the CLI does.
- Pipe-friendly. On a terminal it is coloured; when piped, the formatting
drops to
name<TAB>descriptionfor scripting.
See also
Section titled “See also”- Languages, Services catalog, Feature catalog - the same components, documented in full.
monoceros init- consumes these in its--with-*flags.monoceros add-mcp-server- add one of the MCP connectors to a workbench you already have.