Skip to main content

Getting Started

Installation

Cogni+ CLI Installation

The Cogni+ CLI is a developer tool that allows you to deploy and manage MCP servers from your local environment. Note: If you only plan to use the Cogni+ Platform through the web interface, you don’t need to install the CLI.

When to Install the CLI

Install the CLI if you are:
  • A developer creating your own MCP servers
  • Managing multiple deployments through automation
  • Integrating MCP servers with development environments
  • Testing MCP servers locally before deployment

Prerequisites

  • Operating System: Windows, MacOS, or Linux
  • Node.js 14.x or higher
  • Internet connection for authentication and deployment

Installation Steps

  1. Download the Installer: Visit the Cogni+ downloads page to download the latest version of the CLI installer for your operating system.
  2. Run the Installer: Execute the downloaded installer and follow the on-screen instructions to complete the installation. Alternatively, use the command line:
    # For MacOS/Linux
    curl -sSL https://cogni.plus/install.sh | bash
    
    # For Windows (run in PowerShell as Administrator)
    iwr -useb https://cogni.plus/install.ps1 | iex
    
  3. Verify Installation: Open a terminal and run cogni --version to verify that the CLI is installed correctly.
  4. Initial Setup: Run cogni init to start the interactive setup wizard, which will guide you through the initial configuration of the CLI.

Next Steps

After installing the CLI, you can: