Overview
The SuperBox CLI is a Python (Click) tool for managing MCP servers from initialization to deployment. Commands map directly to the backend implementation insuperbox.ai/src/superbox/cli.
All CLI documentation matches the actual backend implementation. For detailed setup and usage, visit https://superbox.mintlify.app
Installation
Quick Start
1
Authenticate
2
Init server config
superbox.json with name, repo URL, entrypoint, license, etc.3
Publish with scans
4
Configure client
vscode, cursor, windsurf, claude, chatgpt.5
Run & view logs
Available Commands
Authentication
auth register
Create new account
auth login
Log in with email/Google/GitHub
auth status
Check auth status
auth logout
Log out
Server Management
init
Initialize superbox.json
push
Publish to registry with security scans
pull
Configure client for server
search
List registry servers
Testing & Debugging
run
Interactive terminal session
test
Test without registry
logs
View CloudWatch logs
inspect
Open repository in browser
Command Reference
Configuration
The CLI expects a.env file in your working directory for AWS/Firebase config:
Token Storage
Authentication tokens are stored in~/.superbox/auth.json:
Examples
Next Steps
Installation
Setup guide
Authentication
Auth commands
Publishing
Publish servers
Backend Setup
Run local server
For complete documentation, visit https://superbox.mintlify.app