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 Management を使用してリモート MCP サーバーを保護する (試験的)
Azure API Management は、MCP サーバーのAI ゲートウェイとして機能します。
このサンプルは最新のMCP認証仕様を実装しています
流れを理解するためのシーケンス図です。
リモート MCP サーバーを Azure にデプロイする
Microsoft.App
リソース プロバイダーを登録します。- Azure CLI を使用している場合は、
az provider register --namespace Microsoft.App --wait
実行します。 - Azure PowerShell を使用している場合は、
Register-AzResourceProvider -ProviderNamespace Microsoft.App
を実行します。その後、しばらくしてから(Get-AzResourceProvider -ProviderNamespace Microsoft.App).RegistrationState
を実行して、登録が完了したかどうかを確認します。
- Azure CLI を使用している場合は、
- このazdコマンドを実行して、API 管理サービス、関数アプリ (コード付き)、およびその他の必要なすべての Azure リソースをプロビジョニングします。Copy
MCP検査官
- 新しいターミナルウィンドウで、MCP Inspectorをインストールして実行します。Copy
- Ctrl キーを押しながらクリックして、アプリによって表示される URL から MCP Inspector Web アプリを読み込みます (例: http://127.0.0.1:6274/#resources )
- トランスポートタイプを
SSE
に設定する azd up
とConnectの後に表示される実行中の API Management SSE エンドポイントへの URL を設定します。Copy- ツールの一覧を表示します。ツールをクリックしてツールを実行してください。
This server cannot be installed
Azure API Management を使用して MCP サーバーの AI ゲートウェイとして機能し、最新の MCP 承認仕様を実装します。