GitHub Copilot setup
Connect the hosted HeyAI 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 HeyAI MCP.
1. Add the MCP server
Use the hosted MCP endpoint and the dedicated HeyAI MCP Entra client ID.
{
"servers": {
"heyai": {
"type": "http",
"url": "https://heyai-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 HeyAI projects. The MCP server validates the token with Microsoft Entra and calls HeyAI using the signed-in user's identity.
3. Ask Copilot to use HeyAI
Use natural language prompts that refer to your HeyAI projects and delivery workflow.
Use HeyAI to list my projects.
Use HeyAI to summarize release risk for sickleavereporting.
Use HeyAI to generate test scenarios for work item 12345.