MCP.so
ログイン

powergentic/azd-mcp-csharp

@powergentic

powergentic/azd-mcp-csharp について

An AZD template to deploy a Model Context Protocol (MCP) server written in C# to Azure Container Apps using SSE Transport.

基本情報

カテゴリ

クラウドとインフラ

ライセンス

MIT

ランタイム

bicep

トランスポート

stdio

公開者

powergentic

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is powergentic/azd-mcp-csharp?

An Azure Developer CLI (azd) template that deploys a Model Context Protocol (MCP) server written in C# to Azure Container Apps using SSE (Server-Sent Events) transport. Designed for developers who want to quickly host a custom MCP server on Azure.

How to use powergentic/azd-mcp-csharp?

Use the Azure Developer CLI: azd init --template powergentic/azd-mcp-csharp, ensure Docker is running, then run azd up to provision infrastructure and deploy the app. After deployment completes, verify by navigating to the /sse endpoint of the Container App’s URL.

Key features of powergentic/azd-mcp-csharp

  • Deploys an MCP server with SSE transport on Azure
  • Written in C# and packaged as a Docker container
  • Uses Azure Container Apps for hosting
  • Includes monitoring via Log Analytics and Application Insights
  • Simplifies provisioning with Azure Developer CLI

Use cases of powergentic/azd-mcp-csharp

  • Quickly deploy a C# MCP server for AI tool integration
  • Host a custom MCP server in a managed Azure environment
  • Prototype or production MCP endpoints with built-in logging

FAQ from powergentic/azd-mcp-csharp

What prerequisites are needed to deploy this template?

You must have the Azure Developer CLI (azd) and Docker installed on your machine.

How do I deploy the MCP server?

Initialize the template with azd init --template powergentic/azd-mcp-csharp, ensure Docker is running, then run azd up to provision and deploy.

What Azure resources does this template create?

It creates a Container Apps Environment, a Container App, Log Analytics and Application Insights for logging, and a Container Registry for the Docker image.

How can I verify the MCP server is running after deployment?

Navigate your browser to the /sse URL of the deployed Container App. You should see a streaming output confirming the server is active.

Is there an architecture diagram available?

Yes, the template includes an architecture diagram showing the provisioned Azure resources and the Docker build process.

コメント

「クラウドとインフラ」の他のコンテンツ