//Getting Started

VCPanel is a unified control plane for managing your AI coding environment. Get started by installing the VCPanel CLI tool via npm.

Installation

Install VCPanel globally using npm:

npm install -g @vcpanel/cli

Verify Installation

After installation, verify that VCPanel is installed correctly:

vcpanel --version

Quick Start

Initialize VCPanel in your development environment:

vcpanel init

This command will guide you through the initial setup process, including configuring your preferred IDEs, CLIs, terminals, and API keys.

Basic Usage

View all available commands:

vcpanel --help

Common commands:

  • vcpanel config - Manage configuration settings
  • vcpanel sync - Sync settings across all tools
  • vcpanel mcp - Manage MCP servers
  • vcpanel keys - Manage API keys

Next Steps

Now that you have VCPanel installed, explore the AI Coding Stack to discover tools and integrations you can manage with VCPanel.