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:

{
  "mcpServers": {
    "edgetag": {
      "url": "https://mcp.edgetag.io/sse"
    }
  }
}
  1. Reload VS Code

  2. 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

Last updated

Was this helpful?