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.
「クラウドとインフラ」の他のコンテンツ
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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.
コメント