- powergentic/azd-mcp-ts
Overview
What is azd-mcp-ts?
azd-mcp-ts is an AZD template designed to deploy a Model Context Protocol (MCP) server written in TypeScript to Azure Container Apps using SSE Transport.
How to use azd-mcp-ts?
To use this template, follow these steps using the Azure Developer CLI:
- Log in to Azure Developer CLI with
azd auth login
. - Initialize the template using
azd init --template powergentic/azd-mcp-ts
. - Provision Azure infrastructure and deploy the app with
azd up
. - Verify the MCP server is running by navigating to the
/sse
URL in your browser.
Key features of azd-mcp-ts?
- Easy deployment of an MCP server to Azure Container Apps.
- Built with TypeScript for enhanced development experience.
- Includes a Dockerfile for building the MCP server app.
- Integrated logging with Log Analytics and Application Insights.
Use cases of azd-mcp-ts?
- Deploying AI solutions that require a Model Context Protocol server.
- Customizing the MCP server for specific AI applications.
- Streamlining the deployment process for Azure-based applications.
FAQ from azd-mcp-ts?
- What is the Model Context Protocol (MCP)?
MCP is a protocol designed to facilitate the context management of AI models.
- Is there a cost associated with using Azure Container Apps?
Yes, Azure Container Apps may incur costs based on usage and resources provisioned.
- Can I customize the MCP server after deployment?
Yes, the template allows for customization to fit specific needs.