> ## Documentation Index
> Fetch the complete documentation index at: https://acm-aa28ebf6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# superbox search

> List all MCP servers in the SuperBox registry

## Usage

```bash theme={null}
superbox search
```

## Description

List all available MCP servers from the R2-backed registry. Shows repository URL, tool count, description, and security status for each server.

<Info>No arguments or filters - displays all servers in registry</Info>

## What It Does

<Steps>
  <Step title="Fetch from R2">
    Retrieves all server metadata from R2 registry
  </Step>

  <Step title="Display List">
    Shows formatted list of servers with details
  </Step>
</Steps>

## Example

```bash theme={null}
$ superbox search
======================================================================
Available MCP Servers (5 found)
======================================================================

[my-mcp]
Repository: https://github.com/user/my-mcp
Tools: 3
Description: My awesome MCP server
Security: All scans passed

[weather-mcp]
Repository: https://github.com/user/weather-mcp
Tools: 5
Description: Real-time weather data and forecasts
Security: All scans passed

[database-mcp]
Repository: https://github.com/user/database-mcp
Tools: 7
Description: Database management tools
Security: All scans passed
```

## Next Steps

<CardGroup cols={2}>
  <Card title="Inspect Server" icon="eye" href="/cli/inspect">
    View server details
  </Card>

  <Card title="Pull Configuration" icon="download" href="/cli/pull">
    Download server config
  </Card>
</CardGroup>
