azd-mcp-ts

azd-mcp-ts

3.4

An azd template to deploy a Model Context Protocol (MCP) server written in TypeScript to Azure Container Apps using SSE Transport.

The powergentic/azd-mcp-ts is a template designed to facilitate the deployment of a Model Context Protocol (MCP) server using TypeScript to Azure Container Apps. This template leverages the Azure Developer CLI and Docker to streamline the deployment process. It provides a structured approach to setting up an MCP server, which is essential for AI solutions requiring a robust and scalable server environment. The template includes a Dockerfile for building the MCP server app and provisions necessary Azure resources such as Container Apps Environment, Log Analytics, and Application Insights. This setup ensures that the MCP server is not only deployed efficiently but also monitored effectively. The template is ideal for developers looking to customize and build specific MCP servers for their AI solutions, offering a comprehensive guide from initialization to deployment.

Features

  • TypeScript-based MCP server deployment
  • Utilizes Azure Container Apps for hosting
  • Includes Dockerfile for building the server app
  • Provisions Azure resources like Log Analytics and Application Insights
  • Supports SSE Transport for server communication

Usage with Different Platforms

Azure Developer CLI

bash
azd auth login
azd init --template powergentic/azd-mcp-ts
azd up

Docker

Ensure Docker Engine is running on your machine to build the Docker image for the app.