IntegrationsAgents
GitHub Copilot CLI
Connect GitHub Copilot CLI to SecureAuth AI Gateway
GitHub's AI coding agent in the terminal.
Setup
- Add the MCP server — Add the following to
~/.copilot/mcp-config.json:
{
"mcpServers": {
"secureauth": {
"type": "http",
"url": "https://your-gateway-url/gateway/mcp"
}
}
}- Start Copilot CLI
copilot- Authenticate — A browser window will open for sign-in on first MCP tool use.
The agent is auto-registered on first connect.