Back to MCP directory
publicPublicdnsLocal runtime

remote-mcp-functions

该项目提供快速构建和部署自定义远程MCP服务器的模板,支持多种编程语言,利用Azure Functions实现云端部署,并包含安全认证和网络隔离功能。

article

README

🚀 使用 Azure Functions 搭建远程 MCP 服务器入门指南(概述)

本指南为您提供快速入门模板,助您轻松构建并部署自定义的远程 MCP 服务器到云端,借助 Azure 函数实现这一目标。您可在本地机器上进行克隆、恢复、运行及调试操作,之后通过 azd up 命令,仅需几分钟就能将服务器部署到云端。该 MCP 服务器在设计上具备安全性,默认采用密钥和 HTTPS 进行保护,同时支持更多 OAuth 选项(如 EasyAuth 和/或 API 管理),还能利用 VNET 实现网络隔离。

📦 不同语言技术栈的仓库位置

基础版 MCP 服务器仓库

| 语言(技术栈) | 仓库位置 | | ---- | ---- | | C# (.NET) | remote-mcp-functions-dotnet | | Python | remote-mcp-functions-python | | TypeScript(Node.js) | remote-mcp-functions-typescript |

增强版 APIM 无服务器网关(集成 Entra 和 OAuth)仓库

| 语言(技术栈) | 仓库位置 | | ---- | ---- | | Python | remote-mcp-apim-functions-python |

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client