# Connect your agent

## Recommended

```bash
npx @ozma_app/cli connect
```

Flags:

- `--pick` — choose which detected agents to configure
- `--client cursor` — single client
- `--project` — write project-scoped configs in cwd
- `--key ozma_live_…` — embed a key
- `--dry-run` — preview without writing

## Manual MCP (Cursor example)

```json
{
  "mcpServers": {
    "ozma": {
      "url": "https://mcp.ozma.app/mcp",
      "headers": {
        "Authorization": "Bearer ozma_live_…"
      }
    }
  }
}
```

## Browser install hub

Visit [ozma.app/connect](https://ozma.app/connect) for copy-paste configs per editor.
