Skip to content

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.

Terminal window
monoceros list-components
Terminal window
monoceros list-components
# Piping drops the colour and gives `name<TAB>description`, grep/awk-friendly
monoceros list-components | grep -i postgres
  • 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>description for scripting.