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.
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
评论