Skip to main content
Glama

Secure Remote MCP Server

使用 Azure API 管理保护远程 MCP 服务器(实验性)

图表

Azure API 管理充当 MCP 服务器的AI 网关

此示例实现了最新的MCP 授权规范

这是用于了解流程的序列图

将远程 MCP 服务器部署到 Azure

  1. 注册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以检查注册是否完成。
  2. 运行此azd命令来配置 api 管理服务、函数应用程序(带代码)和所有其他所需的 Azure 资源
    azd up

MCP 检查器

  1. 新的终端窗口中,安装并运行 MCP Inspector
    npx @modelcontextprotocol/inspector
  2. 按住 CTRL 键并单击,从应用程序显示的 URL 加载 MCP Inspector Web 应用程序(例如http://127.0.0.1:6274/#resources
  3. 将传输类型设置为SSE
  4. 将 URL 设置为azd upConnect后显示的正在运行的 API 管理 SSE 端点:
    https://<apim-servicename-from-azd-output>.azure-api.net/mcp/sse
  5. 列出工具。单击某个工具并运行工具
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

充当使用 Azure API 管理的 MCP 服务器的 AI 网关,实现最新的 MCP 授权规范。

  1. 将远程 MCP 服务器部署到 Azure
    1. MCP 检查器

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    This server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOps
    Last updated -
    96
    19
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    Enables connections to Azure AI Agents within any MCP client, allowing users to leverage Azure AI Foundry's models and knowledge tools like Azure AI Search and Bing Web Grounding through a conversational interface.
    Last updated -
    129
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server for interacting with Azure. Contains some common Compute and Networking actions, and extensible to add many more.
    Last updated -
    Python
    Apache 2.0
  • -
    security
    -
    license
    -
    quality
    A modular dynamic API server based on the MCP protocol that provides rich tool capabilities for AI assistants while significantly reducing prompt token consumption.
    Last updated -
    TypeScript

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Azure-Samples/remote-mcp-apim-functions-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server