# Curato

Curato manages Claude Code environment setup: MCP servers, plugins, skill filters, shell env.

## CLI commands

```
curato setup [--config path] [--dry-run]   Apply team config (MCP servers, plugins, CLAUDE.md)
curato scan [--json]                        Check environment health
curato skills <plugin>                      List plugin skills and token cost
curato launch-chrome [url]                  Launch Chrome with remote debugging for chrome-devtools MCP
curato clean-backups [--keep N]             Prune old backup copies from ~/.curato-backups/
```

## chrome-devtools MCP

When the chrome-devtools MCP is unavailable or gives a connection error, Chrome is not running with remote debugging. Fix:

```
curato launch-chrome
```

This opens an isolated Chrome instance on the debug port configured in `settings.json` (default: 9222). The MCP reconnects automatically — no Claude Code reload needed.

Options:
```
curato launch-chrome http://localhost:5173        # open a specific URL
curato launch-chrome --port 9333                 # use a non-default port
```
