# Cursor

Cursor is an AI-powered code editor that supports MCP servers.

### Setup

1. Open your project in Cursor
2. Create or edit the file `.cursor/mcp.json` in your project root:

```json
{
  "mcpServers": {
    "edgetag": {
      "url": "https://mcp.edgetag.io/sse"
    }
  }
}
```

3. Restart Cursor or reload the window
4. When you first use an EdgeTag tool, your browser will open for authentication

### Verify the connection

Open the Cursor chat and type:

> "Show me my EdgeTag domains"

You should see the EdgeTag tools being called in the chat response.

### Requirements

* Cursor with MCP support
* An EdgeTag account
