sbx mcp
| Description | Manage MCP servers |
|---|---|
| Usage | sbx mcp COMMAND |
Description
Register and manage MCP servers for use with sandbox sessions.
Commands
| Command | Description |
|---|---|
sbx mcp add | Register an MCP server |
sbx mcp auth | Authorize MCP servers |
sbx mcp inspect | Show MCP server details |
sbx mcp load | Load an already-registered MCP server into a running sandbox |
sbx mcp ls | List MCP servers, grouped by the gateway that serves them |
sbx mcp rm | Remove a registered MCP server |
Global options
| Option | Default | Description |
|---|---|---|
--cloud | Dispatch to Docker Cloud Sandboxes API instead of local sandboxd (supported by a growing set of verbs — run 'sbx --cloud --help' for the current list) | |
--cloud-api-url | https://api.sandboxes-cloud.docker.com | Cloud Sandboxes API base URL; only used with --cloud. Defaults to prod (https://api.sandboxes-cloud.docker.com). Set DOCKER_CLOUD_API_URL or pass this flag to override; a legacy value ending in /v1 is accepted. |
-D, --debug | Enable debug logging |