MCP.so
登录

powergentic/azd-mcp-ts

@powergentic

关于 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.

基本信息

分类

云与基础设施

许可证

MIT

运行时

bicep

传输方式

stdio

发布者

powergentic

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

云与基础设施 分类下的更多 MCP 服务器