Azure Ai Travel Agents
A robust enterprise application sample (deployed on ACA) that leverages MCP and multiple AI agents orchestrated by Langchain.js, Llamaindex.TS and Microsoft Agent Framework.
Remote Mcp Functions Python
Getting Started with Remote MCP Servers using Azure Functions (Python)
External Comms
PAO workflow for scanning, drafting, and presenting community responses with human review gate
Mcp Sdk Functions Hosting Python
Repo contains samples and instructions for remote hosting of MCP servers built with the official Anthropic MCP SDKs on Azure Functions.
Azure Samples Mcp
Links to samples, tools, and resources for building and integrating Model Context Protocol (MCP) servers on Azure using multiple languages
Model Selection
A Claude skill from Azure-Samples/agent-skills-dotnet-demo.
Personal Squad
A Claude skill from Azure-Samples/agent-skills-dotnet-demo.
Architectural Proposals
How to write comprehensive architectural proposals that drive alignment before code is written
Gh Auth Isolation
Safely manage multiple GitHub identities (EMU + personal) in agent workflows
Reskill
Team-wide charter and history optimization through skill extraction
Init Mode
Team initialization flow (Phase 1 proposal + Phase 2 creation)
Release Process
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters
Agent Conduct
Shared hard rules enforced across all squad agents
Economy Mode
Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
Nap
A Claude skill from Azure-Samples/agent-skills-dotnet-demo.
Pizza Mcp Agents
Serverless API and Model Context Protocol (MCP) integration to order pizzas from AI agents.
Openai Mcp Agent Dotnet
Sample to create an AI Agent using OpenAI models with any MCP server running on Azure Container Apps
Remote Mcp Apim Functions Python
Azure API Management as AI Gateway to Remote MCP servers.
Maf Workshop In A Day Ko
Microsoft Agent Framework 워크샵 자료입니다
Mcp Container Ts
This is a quick start guide that provides the basic building blocks to set up a remote Model Context Protocol (MCP) server using Azure Container Apps. The MCP server is built using Node.js and TypeScript, and it can be used to run various tools and services in a serverless environment.
Mcp Agent Langchainjs
Serverless AI agent using LangChain.js and Model Context Protocol (MCP) integration to order burgers from a burger restaurant
Agent Architecture Review Sample
The Architecture Review Agent is an open-source AI agent sample that reviews software architectures and generates interactive diagrams automatically.
Docs Standards
Microsoft Style Guide + Squad-specific documentation patterns
Windows Compatibility
Cross-platform path handling and command patterns
SQL MCP NoContainer
This project demonstrates how to create SQL MCP server locally or with Azure app service.
AI Gateway
Labs to explore AI Models, MCP servers, and Agents with the AI Gateway powered by Azure API Management and Microsoft Foundry 🚀
Snippy
🧩 Build AI-powered MCP Tools with Azure Functions, Durable Agents & Cosmos vector search. Features orchestrated multi-agent workflows using OpenAI.
Azure Container Apps Ai Mcp
This project showcases how to use the MCP protocol with Azure OpenAI. It provides a simple example to interact with OpenAI's API seamlessly via an MCP server and client.
Cross Squad
Coordinating work across multiple Squad instances
Distributed Mesh
How to coordinate with squads on different machines using git as transport
Foundry Hosted Agents Workshop
A hands-on, step-by-step workshop for building a Travel Assistant agent on Microsoft Foundry hosted agents with the Agent Framework - growing from a single agent to a multi-agent planner with function tools, MCP, RAG, workflows, and memory. Keyless auth throughout.
EShopLite
eShopLite is a set of reference .NET applications implementing an eCommerce site with features like Semantic Search, MCP, Reasoning models and more.
Client Compatibility
Platform detection and adaptive spawning for CLI vs VS Code vs other surfaces
Remote Mcp Functions Java
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure Functions with Java.
Remote Mcp Functions
Landing page for Remote MCP Server efforts in Azure Functions with links to all language stack specific repos.
Github Multi Account
Detect and set up account-locked gh aliases for multi-account GitHub. The AI reads this skill, detects accounts, asks the user which is personal/work, and runs the setup automatically.
Humanizer
Tone enforcement patterns for external-facing community responses
Meeting Notes
>-
Azure Openai To Responses
>-
Cli Wiring
A Claude skill from Azure-Samples/agent-skills-dotnet-demo.
Azure Ai Vision Face Api Mcp Server
The Azure AI Vision Face Detection and Recognition MCP Server, bringing the power of Face API to your agents.
History Hygiene
Record final outcomes to history.md, not intermediate requests or reversed decisions
Remote Mcp Functions Typescript
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and azd up to have it in the cloud in a couple minutes. The MCP server is secured by design.
Code Reviewer
>-
Remote Mcp Functions Dotnet
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and `azd up` to have it in the cloud in a couple minutes. The MCP server is secured by design using
Data Analyzer
>-
Mcp Auth Servers
🔒 Reference MCP servers that demo how authentication works with the current Model Context Protocol spec.
Project Conventions
Core conventions and patterns for this codebase
Ci Validation Gates
Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22