CLI Commands
install
Theinstall command downloads and installs MCP model servers from the Cogni+ registry.
Usage
Description
Theinstall command downloads an MCP model server from the Cogni+ registry and installs it locally. This allows you to run the model on your own hardware, testing it before deployment or using it in development environments.
The command handles:
- Authentication with the Cogni+ registry
- Downloading the appropriate container images
- Setting up the local environment for the model
- Configuring default parameters
Options
| Option | Description |
|---|---|
--version TEXT | Specific version of the model to install (default: latest) |
--force | Force reinstallation even if the model is already installed |
--no-cache | Skip using cached downloads |
--offline | Use only locally available resources (no downloads) |
--help | Show help message for the install command |
Arguments
| Argument | Description |
|---|---|
MODEL_ID | The ID of the model to install (e.g., “gpt4-mini” or “llama3-70b”) |
Examples
Output
Model Registry
The Cogni+ registry hosts a variety of MCP model servers, including:- Large language models (GPT-4, LLaMA, etc.)
- Multimodal models (text-to-image, image-to-text)
- Specialized domain models (code generation, scientific, etc.)
cogni list-models command.
Model Storage
Installed models are stored in:- Model configuration:
~/.cogni/models/ - Container images: In your local Docker image repository
Related Commands
cogni mcp start- Start a model servercogni mcp stop- Stop a model servercogni server start- Start the gateway server
Tips
- Ensure you have sufficient disk space before installing large models
- Some models require specific hardware (e.g., NVIDIA GPUs)
- Use
--versionto install specific model versions for reproducibility - Models are installed per-user, not system-wide