MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A
Ai Foundry Agents Samples

Azure AI Foundry - Agents related sample code

Created 4/20/2025
Updated about 1 month ago
Repository documentation and setup instructions

Azure AI Foundry Agents Samples

Welcome to the Azure AI Foundry Agents Samples repository! This collection showcases sample implementations, templates, and demos for building intelligent agents using Azure AI Foundry. Whether you're just getting started or looking to deepen your skills, these examples will help you harness the power of AI in your applications.

๐Ÿ” What is Azure AI Foundry?

Azure AI Foundry is a trusted, integrated platform for Developers and IT Administrators to design, customize, and manage AI applications and agents.

For more details, please refer to Azure AI Foundry documentation.

๐Ÿ› ๏ธ Requirements

  • An active Azure subscription
  • Access to Azure AI Foundry
  • Python 3.10+
  • NPM and Node.js to run the MCP Server
  • VS Code with Azure extensions recommended

๐Ÿš€ Getting Started

  1. Clone the repo:
git clone https://github.com/Azure-Samples/ai-foundry-agents-samples.git
  1. Navigate to the folder of interest:
cd examples/<examples-name>
  1. Follow the instructions in the README.md file within each sample directory to run the example.

๐Ÿ“„ License

This project is licensed under the MIT License. See LICENSE.txt for more information.

๐Ÿ™Œ Contributing

Have a cool agent or MCP integration to share?
Pull requests are welcome! Please open an issue first to discuss what you would like to add.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Azure-Samples/ai-foundry-agents-samples
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "azure-samples-ai-foundry-agents-samples": { "command": "git", "args": [ "clone", "https://github.com/Azure-Samples/ai-foundry-agents-samples" ] } } }