remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Azure Functions support for the MCP implementation, providing serverless compute functionality for the MCP authorization flow.
Allows implementation of MCP servers using Python, mentioned as one of the languages used in the sample.
使用 Azure API 管理保护远程 MCP 服务器(实验性)
Azure API 管理充当 MCP 服务器的AI 网关。
此示例实现了最新的MCP 授权规范
这是用于了解流程的序列图。
将远程 MCP 服务器部署到 Azure
- 注册
Microsoft.App
资源提供程序。- 如果使用 Azure CLI,请运行
az provider register --namespace Microsoft.App --wait
。 - 如果使用 Azure PowerShell,请运行
Register-AzResourceProvider -ProviderNamespace Microsoft.App
。 If you are using Azure PowerShell, run Register-AzResourceProvider -ProviderNamespace Microsoft.App . 然后过一段时间运行(Get-AzResourceProvider -ProviderNamespace Microsoft.App).RegistrationState
以检查注册是否完成。
- 如果使用 Azure CLI,请运行
- 运行此azd命令来配置 api 管理服务、函数应用程序(带代码)和所有其他所需的 Azure 资源Copy
MCP 检查器
- 在新的终端窗口中,安装并运行 MCP InspectorCopy
- 按住 CTRL 键并单击,从应用程序显示的 URL 加载 MCP Inspector Web 应用程序(例如http://127.0.0.1:6274/#resources )
- 将传输类型设置为
SSE
- 将 URL 设置为
azd up
和Connect后显示的正在运行的 API 管理 SSE 端点:Copy - 列出工具。单击某个工具并运行工具。
This server cannot be installed
充当使用 Azure API 管理的 MCP 服务器的 AI 网关,实现最新的 MCP 授权规范。