# Claude Code

Claude Code is Anthropic's CLI agent for developers. It supports MCP servers out of the box.

### Setup

Run this command in your terminal:

```bash
claude mcp add edgetag --transport sse https://mcp.edgetag.io/sse
```

That's it. The next time you start a Claude Code session and use an EdgeTag tool, your browser will open for authentication.

### Verify the connection

Start a Claude Code session and type:

```
show me my edgetag domains
```

Claude Code will call the `me` and `domains` tools to list your domains.

### Removing the server

To remove the EdgeTag MCP server:

```bash
claude mcp remove edgetag
```

### Requirements

* Claude Code CLI installed
* An EdgeTag account
