joelborellis/MCP-server-fastapi-containerapp
If you are the rightful owner of MCP-server-fastapi-containerapp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository demonstrates the deployment of an MCP server using Azure Container Apps, along with example agents that interact with the server.
MCP Server & Client - Azure Samples
This repository showcases how to deploy an MCP (Model Context Protocol) server using Azure Container Apps. It also provides example Agents—built with Autogen, Semantic Kernel, and the OpenAI Agent SDK—that demonstrate how to acccess the MCP server as a Host/Client.
Example MCP Server
Implements a Streamable-Http MCP server that exposes sports news tools (e.g., get latest NFL news) to clients. The server supports API key authentication and can be extended with additional tools or data sources. This server is implemented using FastMCP package and can be deployed locally or using Azure Container Apps.
Use uv as the package manager for this project.
uv Setup
- Install uv - https://docs.astral.sh/uv/ The hyper modern Python package manager.
- Setup environment cp .env.sample .env fill in your environment variables.
- Install dependencies (read from pyproject.toml file)
uv sync
See for setup and usage instructions for the server.
Example Agents with MCP Clients
- Autogen
- OpenAI Agents SDK
- Semantic Kernel
- Responses API
See for setup and usage instructions for each client.