GitHub Copilot setup
Connect the hosted KontexIQ MCP server
Add this server to your MCP configuration in VS Code, Visual Studio, JetBrains, or another MCP-compatible Copilot surface. On first use, the client should open Microsoft sign-in and request access to KontexIQ MCP.
1. Add the MCP server
Use the hosted MCP endpoint and the dedicated KontexIQ MCP Entra client ID.
{
"servers": {
"kontexiq": {
"type": "http",
"url": "https://kontexiq-mcp.azurewebsites.net/mcp",
"oauth": {
"clientId": "b9eda3af-10b0-4826-aa46-1207a21b397e"
}
}
}
}
2. Sign in with Microsoft
Use the same work account that has access to KontexIQ projects. The MCP server validates the token with Microsoft Entra and calls KontexIQ using the signed-in user's identity.
3. Ask Copilot to use KontexIQ
Use natural language prompts that refer to your KontexIQ projects and delivery workflow.
Use KontexIQ to list my projects.
Use KontexIQ to summarize release risk for HCM.
Use KontexIQ to generate test scenarios for work item 12345.