This Azure Developer CLI (azd) template simplifies the deployment of a Model Context Protocol (MCP) server, built with TypeScript, to Azure Container Apps utilizing Server-Sent Events (SSE) for real-time data streaming. It provisions necessary Azure resources including a Container Apps Environment, Container App, Log Analytics, Application Insights, and a Container Registry. The template includes a Dockerfile for building the MCP server application and detailed instructions for initializing, provisioning, and verifying the deployment, allowing developers to quickly establish and customize an MCP server for AI solutions.
Key Features
01Deploys MCP server written in TypeScript
02Uses Server-Sent Events (SSE) transport
03Leverages Azure Container Apps for hosting
04Includes a Dockerfile for containerization
05Provides Azure Developer CLI (azd) integration for streamlined deployment
061 GitHub stars