Secure Remote MCP Server

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.

Servidores MCP remotos seguros mediante Azure API Management (experimental)

Azure API Management actúa como puerta de enlace de inteligencia artificial para servidores MCP.

Esta muestra implementa la última especificación de autorización MCP

Este es un diagrama de secuencia para entender el flujo.

Implementar un servidor MCP remoto en Azure

  1. Registrar proveedor de recursos Microsoft.App .
    • Si está utilizando la CLI de Azure, ejecute az provider register --namespace Microsoft.App --wait .
    • Si usa Azure PowerShell, ejecute Register-AzResourceProvider -ProviderNamespace Microsoft.App . Después de un tiempo, ejecute (Get-AzResourceProvider -ProviderNamespace Microsoft.App).RegistrationState para comprobar si el registro se ha completado.
  2. Ejecute este comando azd para aprovisionar el servicio de administración de API, la aplicación de función (con código) y todos los demás recursos de Azure necesarios
    azd up

Inspector de MCP

  1. En una nueva ventana de terminal , instale y ejecute MCP Inspector
    npx @modelcontextprotocol/inspector
  2. Mantenga presionada la tecla CTRL y haga clic para cargar la aplicación web MCP Inspector desde la URL que muestra la aplicación (por ejemplo, http://127.0.0.1:6274/#resources )
  3. Establezca el tipo de transporte en SSE
  4. Establezca la URL de su punto final de API Management SSE en ejecución que se muestra después de azd up y Connect :
    https://<apim-servicename-from-azd-output>.azure-api.net/mcp/sse
  5. Lista de herramientas . Haga clic en una herramienta y seleccione Ejecutar herramienta .
-
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.

Actúa como una puerta de enlace de inteligencia artificial para servidores MCP que utilizan Azure API Management e implementan la última especificación de autorización de MCP.

  1. Deploy Remote MCP Server to Azure
    1. MCP Inspector

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
    10
    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 -
    30
    Python
    MIT License
    • Linux
    • Apple
  • -
    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
  • A
    security
    F
    license
    A
    quality
    An MCP server that allows AI assistants to interact with the ServiceTitan API, requiring client credentials for authentication.
    Last updated -
    454
    TypeScript

View all related MCP servers

ID: z6m4culv8z