SecureAuth AI Gateway
IntegrationsAgents

GitHub Copilot CLI

Connect GitHub Copilot CLI to SecureAuth AI Gateway

GitHub's AI coding agent in the terminal.

Setup

  1. Add the MCP server — Add the following to ~/.copilot/mcp-config.json:
{
  "mcpServers": {
    "secureauth": {
      "type": "http",
      "url": "https://your-gateway-url/gateway/mcp"
    }
  }
}
  1. Start Copilot CLI
copilot
  1. Authenticate — A browser window will open for sign-in on first MCP tool use.

The agent is auto-registered on first connect.

On this page