MCP.so
Sign In

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.

Basic information

Category

Cloud & Infrastructure

License

MIT

Runtime

bicep

Transports

stdio

Publisher

powergentic

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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.

Comments

More Cloud & Infrastructure MCP servers