Get started with SuperBox - publish and use MCP servers
Install CLI
pip install superbox
Authenticate
superbox auth login
Initialize Your Server
superbox init
Push to Registry
superbox push
Browse Servers
Pull Server Configuration
superbox pull weather-server --client cursor
Test the Server
superbox run --name weather-server
List All Servers
curl https://api.superbox.ai/api/v1/servers
Get Server Details
curl https://api.superbox.ai/api/v1/servers/weather-server
Execute MCP Server
superbox pull --name weather-server --client vscode