Skip to content

Commit c2e369e

Browse files
Merge pull request #8037 from alexwolfmsft/copilot-coding-agent-updates
Add copilot coding agent, documentor pass
2 parents 8d2f497 + 721a23c commit c2e369e

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

articles/azure-mcp-server/get-started.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get started with the Azure MCP Server
33
description: Overview of the options for using the Azure MCP Server with tools and languages
44
author: alexwolfmsft
55
ms.author: alexwolf
6-
ms.date: 10/20/2025
6+
ms.date: 10/27/2025
77
ms.topic: get-started
88
content_well_notification:
99
- AI-contribution
@@ -15,17 +15,19 @@ ms.custom: build-2025
1515

1616
The [Azure MCP Server](overview.md) enables AI-powered development tools to interact with Azure cloud services through the Model Context Protocol (MCP). It provides a unified way to manage Azure resources, deploy applications, and query cloud services directly from your development environment.
1717

18-
Azure MCP Server is designed to work across multiple tools, languages, frameworks, and use cases. You can use it to manage Azure resources through natural language conversations, build automation scripts, or integrate Azure operations into your applications.
18+
Connect to Azure MCP Server using various tools, languages, and frameworks. Use it to manage Azure resources through natural language conversations, build automation scripts, or integrate Azure operations into your applications.
1919

20-
You can also explore and contribute to the [Azure MCP Server on GitHub](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server).
20+
Explore and contribute to the [Azure MCP Server on GitHub](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server).
2121

2222
## Install with a package manager
2323

2424
If you prefer to install Azure MCP Server directly using a package manager instead of through an IDE, you can install it using npm, pip, or other package managers. For detailed installation instructions, see [Install with a package manager](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/README.md#package-manager).
2525

26-
## Use a code editor
26+
## Connect using code editors and tools
2727

28-
Azure MCP Server works with AI-powered code editors that support the Model Context Protocol. Learn how to get started with the following code editors:
28+
Azure MCP Server works with AI-powered code editors and tools that support the Model Context Protocol. Learn how to get started:
29+
30+
### Code editors
2931

3032
- [**Cline**](get-started/tools/cline.md)
3133
- [**Cursor**](get-started/tools/cursor.md)
@@ -34,13 +36,17 @@ Azure MCP Server works with AI-powered code editors that support the Model Conte
3436
- [**Visual Studio Code**](get-started/tools/visual-studio-code.md)
3537
- [**Windsurf**](get-started/tools/windsurf.md)
3638

37-
## Use languages & frameworks
39+
### Other tools and services
40+
41+
- [GitHub Copilot coding agent](/azure/developer/azure-mcp-server/how-to/github-copilot-coding-agent)
42+
43+
## Connect using languages & frameworks
3844

39-
You can also connect to Azure MCP Server using programming languages and frameworks. This documentation currently provides guidance and examples for Python and .NET.
45+
Connect to Azure MCP Server using programming languages and frameworks. This documentation currently provides guidance and examples for Python and .NET.
4046

4147
### Python
4248

43-
[Get started with Azure MCP Server and Python](get-started/languages/python.md) to enhance your apps and workflows:
49+
[Get started with Azure MCP Server and Python](get-started/languages/python.md) to enhance your apps and workflows.
4450

4551
- Use Python MCP client libraries to connect directly to Azure MCP Server.
4652
- Build automation scripts that manage Azure resources.
@@ -49,7 +55,7 @@ You can also connect to Azure MCP Server using programming languages and framewo
4955

5056
### .NET
5157

52-
[Get started with Azure MCP Server and .NET](get-started/languages/dotnet.md) to enhance your apps and workflows:
58+
[Get started with Azure MCP Server and .NET](get-started/languages/dotnet.md) to enhance your apps and workflows.
5359

5460
- Create console applications and command-line tools for Azure management.
5561
- Build ASP.NET Core web applications with integrated Azure capabilities.

articles/azure-mcp-server/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ landingContent:
2020
- linkListType: how-to-guide
2121
links:
2222
- text: Install in an IDE
23-
url: get-started.md#use-a-code-editor
23+
url: get-started.md#connect-using-code-editors-and-tools
2424
- text: Install with a package manager
2525
url: get-started.md#install-with-a-package-manager
2626
- text: Connect GitHub Copilot coding agent to the Azure MCP Server

0 commit comments

Comments
 (0)