Skip to content

Instantly share code, notes, and snippets.

@lukemurraynz
Created September 3, 2026 21:45
Show Gist options
  • Select an option

  • Save lukemurraynz/c62de2b14a575b085d555e3215f6698b to your computer and use it in GitHub Desktop.

Select an option

Save lukemurraynz/c62de2b14a575b085d555e3215f6698b to your computer and use it in GitHub Desktop.
MCP
{
"mcpServers": {
"microsoft.learn.mcp": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"iseplaybook": {
"type": "http",
"url": "https://gitmcp.io/microsoft/code-with-engineering-playbook"
},
"microsoft.mrc.mcp": {
"type": "http",
"url": "https://www.microsoft.com/releasecommunications/mcp"
},
"azure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start"
]
},
"foundry-mcp": {
"type": "http",
"url": "https://mcp.ai.azure.com"
},
"microsoft-docs": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment