Microsoft Learn

Search trusted Microsoft docs to power your development

Play video

The Microsoft Learn MCP Server enables clients like GitHub Copilot and other AI agents to bring trusted and up-to-date information directly from Microsoft's official documentation. It is a remote MCP server that uses streamable http. It allows to search through documentation, fetch a complete article, and search through code samples.

You can use Microsoft Learn to:

Quick Search & Reference:
"Give me the Azure CLI commands to create an Azure Container App with a managed identity. search Microsoft Learn"

Code Verification & Best Practices:
"Are you sure this is the right way to implement IHttpClientFactory in a .NET 8 minimal API? search Microsoft Learn and fetch full doc"

Comprehensive Learning & Deep Dive:
"I need to understand Azure Functions end-to-end. search Microsoft Learn and deep dive"

Code Sample Search:
"Show me detailed, runnable python code sample to do harms eval using azure ai foundry evaluation sdk"