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
- Download the Installer: Visit the Cogni+ downloads page to download the latest version of the CLI installer for your operating system.
-
Run the Installer: Execute the downloaded installer and follow the on-screen instructions to complete the installation.
Alternatively, use the command line:
-
Verify Installation: Open a terminal and run
cogni --versionto verify that the CLI is installed correctly. -
Initial Setup: Run
cogni initto start the interactive setup wizard, which will guide you through the initial configuration of the CLI.
Next Steps
After installing the CLI, you can:- Authenticate with your Cogni+ account
- Deploy your first server
- Explore CLI commands for additional functionality