IntegrationsAgents
GitHub Copilot (VS Code)
Connect GitHub Copilot in VS Code to SecureAuth AI Gateway
AI pair programmer in VS Code with agent mode.
Setup
-
Create MCP config — Create
.vscode/mcp.jsonin your project (or run MCP: Open User Configuration from the Command Palette for global setup). -
Add the MCP server — Add the following to the file:
{
"servers": {
"secureauth": {
"type": "http",
"url": "https://your-gateway-url/gateway/mcp"
}
}
}- Authenticate — A browser window will open for sign-in on first MCP tool use.
The agent is auto-registered on first connect.