We (at Microsoft Learn) published this MCP server to help people ground their LLMs and agents on official Microsoft documentations.
What it is:
• A server that implements the remote MCP spec with streamable HTTP transport
• Pure public and free
• Provides public document search tool and many other tools to come.
Quick try:
```json
{
"microsoft.docs.mcp": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
}
}
```
We’ve seen teams use it for:
- quick Q&A
- helping coding agents find correct package and API
We’d love to hear from you:
• What tools you want to see next?
• Are there blockers in using it in your scenarios?
• Where does it work well — or not so well?
ztq121121•5h ago
We (at Microsoft Learn) published this MCP server to help people ground their LLMs and agents on official Microsoft documentations.
What it is: • A server that implements the remote MCP spec with streamable HTTP transport • Pure public and free • Provides public document search tool and many other tools to come.
Quick try: ```json { "microsoft.docs.mcp": { "type": "http", "url": "https://learn.microsoft.com/api/mcp" } } ``` We’ve seen teams use it for:
- quick Q&A - helping coding agents find correct package and API
We’d love to hear from you: • What tools you want to see next? • Are there blockers in using it in your scenarios? • Where does it work well — or not so well?
The project: https://github.com/MicrosoftDocs/mcp