powergentic/azd-mcp-ts
@powergentic
关于 powergentic/azd-mcp-ts
An AZD template to deploy a Model Context Protocol (MCP) server written in TypeScript to Azure Container Apps using SSE Transport.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is powergentic/azd-mcp-ts?
powergentic/azd-mcp-ts is an Azure Developer CLI (azd) template that deploys a Model Context Protocol (MCP) server written in TypeScript to Azure Container Apps using SSE transport. It is intended for developers who want to quickly provision and deploy a custom MCP server in Azure.
How to use powergentic/azd-mcp-ts?
Use the Azure Developer CLI (azd) to initialize and deploy the template. First run azd auth login, then azd init --template powergentic/azd-mcp-ts. Ensure Docker Engine is running, then run azd up to provision Azure resources and deploy the MCP server. After deployment, verify the server is running by navigating to the /sse endpoint in a browser.
Key features of powergentic/azd-mcp-ts
- Deploys an MCP server to Azure Container Apps via SSE transport.
- Written in TypeScript and includes a ready-to-use Dockerfile.
- Uses the Azure Developer CLI for one-command provisioning and deployment.
- Deploys Container Apps Environment, Container App, Log Analytics, Application Insights, and Container Registry.
- Provides a foundational template that can be customized for any MCP server.
Use cases of powergentic/azd-mcp-ts
- Rapidly prototype and deploy a custom MCP server for AI agent tooling.
- Host an MCP server in Azure Container Apps with managed logging and monitoring.
- Learn how to build and deploy MCP servers using TypeScript and Azure DevOps patterns.
FAQ from powergentic/azd-mcp-ts
What exactly does this template deploy?
It deploys an MCP server written in TypeScript to Azure Container Apps, along with supporting Azure resources: Container Apps Environment, Container App, Log Analytics, Application Insights, and a Container Registry.
What are the prerequisites to use this template?
You must have the Azure Developer CLI (azd) and Docker installed on your machine.
How do I verify the MCP server is running after deployment?
Open a browser to the /sse endpoint of the deployed Container App. The URL format is https://<your-container-app>.azurecontainerapps.io/sse. You should see a streaming output.
Does this template include the actual MCP server logic?
No, the template provides a basic MCP server scaffold. You are expected to customize the TypeScript code to implement your specific server logic.
Where is the MCP server data stored?
The template does not include a data store. Any data handling depends on the custom MCP server code you add; only logging is provided via Log Analytics and Application Insights.
云与基础设施 分类下的更多 MCP 服务器
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
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
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
评论