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.

评论

云与基础设施 分类下的更多 MCP 服务器