powergentic/azd-mcp-ts
@powergentic
About 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.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐋 Docker MCP server
ckreilingMCP server for Docker
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Comments