# atmos mcp status

Use this command to check the live connection status of all configured MCP servers. Each server is started, tested for connectivity, and its tool count is displayed.

> ⚠️ Experimental

## Usage

```shell
atmos mcp status
```

### Examples

```shell
# Show status of all servers
atmos mcp status

# Example output:
# NAME              STATUS    TOOLS   DESCRIPTION
# aws-docs          running   4       AWS Documentation — search and fetch AWS docs
# aws-knowledge     running   2       AWS Knowledge — managed AWS knowledge base
# aws-pricing       running   7       AWS Pricing — real-time pricing and cost analysis
# aws-api           running   3       AWS API — direct AWS CLI access
# aws-security      error     0       AWS Security (credentials not configured)
```

### Status Values

- **`running`**
  Server started, handshake complete, ping successful.
- **`degraded`**
  Server started but ping failed.
- **`error`**
  Server failed to start (check credentials, command path, or network).

## Flags

This command has no command-specific flags.
