MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

A
Ai Foundry Agents Samples

Azure AI Foundry - Agents related sample code

创建于 4/20/2025
更新于 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.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/Azure-Samples/ai-foundry-agents-samples
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

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