Skip to main content
Sets the display name and description shown in the Alpic playground for an environment.

Usage

alpic playground configure
Prompts for a name and description interactively.

Extended Usage

Set name and description non-interactively:
alpic playground configure --name "My Server" --description "A helpful MCP server"
Configure a specific environment:
alpic playground configure --environment-id <environmentId> --name "My Server" --description "A helpful MCP server"

Options

FlagDescription
--environment-idThe ID of the environment (optional — read from local config if omitted)
--nameThe server name (max 100 characters)
--descriptionThe server description (max 500 characters)
--non-interactiveDisable interactive prompts. Requires --name and --description.
When running from a directory linked to an Alpic project, --environment-id is optional — the CLI reads it from the local .alpic config file.