# Copilot

GitHub Copilot in VS Code supports MCP servers.

### Setup

1. Open VS Code
2. Open your User Settings (JSON) or create `.vscode/mcp.json` in your project:

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

3. Reload VS Code
4. When you first use an EdgeTag tool in Copilot Chat, your browser will open for authentication

### Verify the connection

Open Copilot Chat in VS Code and type:

> "Show me my EdgeTag domains"

### Requirements

* VS Code with GitHub Copilot extension
* An EdgeTag account
