1. Conduid
  2. Agents
  3. Microsoft Agent Framework Foundry Starter Pack Net
MCP server · Agents

Microsoft Agent Framework Foundry Starter Pack Net

This provides a starter template to build an agentic AI app using Microsoft Agent Framework and Microsoft Foundry with Aspire

34Low

Scored 4 months ago · breakdown

About Microsoft Agent Framework Foundry Starter Pack Net

Microsoft Agent Framework Foundry Starter Pack Net is an MCP server in the Agents category: this provides a starter template to build an agentic AI app using Microsoft Agent Framework and Microsoft Foundry with Aspire. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/Azure/microsoft-agent-framework-foundry-starter-pack-net

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Microsoft Agent Framework Foundry Starter Pack Net

Powered by Claude · Grounded in docs

I know everything about Microsoft Agent Framework Foundry Starter Pack Net. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Microsoft Agent Framework and Foundry Starter Pack in .NET

This is a starter template to build a .NET-based agentic AI app using Microsoft Agent Framework and Microsoft Foundry with Aspire.

Intro video

What is this starter pack for?

Building AI agents is getting easier. Deploying them as part of a real application, with multiple services, persistent state, and production infrastructure, is where things get complicated. But where should we start building architecture to deploy them onto the cloud in a cloud-native way?

This starter pack is where you should start from. It's an opinionated way to build an AI agent system using Microsoft Agent Framework and Microsoft Foundry with Aspire. If you're unsure where to start, this starter pack will guide you walk through.

Features

Architecture

This stater template provides the following features:

Prerequisites

Quickstart

This starter pack has a three-step deployment process, which mimicks the real-world scenario. MCP servers, agents and apps are usually deployed separately.

  1. Deploy an MCP server.
  2. Deploy a hosted agent to Microsoft Foundry.
  3. Deploy apps via Aspire.

Get repository root

  1. Get the repository root.

    # bash/zsh
    REPOSITORY_ROOT=$(git rev-parse --show-toplevel)
    
    # PowerShell
    $REPOSITORY_ROOT = git rev-parse --show-toplevel
    

Login to Azure

  1. Login to Azure using azd.

    azd auth login
    
  2. Login to Azure using az.

    az login
    

Deploy To-do MCP server

  1. Navigate to the resources-mcp directory.

    cd $REPOSITORY_ROOT/resources-mcp
    
  2. Deploy a To-do MCP server.

    azd up
    

    While provisioning, you might be asked to enter environment name, Azure subscription and location.

    NOTE: You may have to set the environment variable, AZURE_TENANT_ID.

    # bash/zsh
    AZURE_TENANT_ID=$(az account show --query "tenantId" -o tsv)
    
    # PowerShell
    $env:AZURE_TENANT_ID = az account show --query "tenantId" -o tsv
    

Deploy Microsoft Foundry Hosted Agents

  1. Navigate to the resources-foundry directory.

    cd $REPOSITORY_ROOT/resources-foundry
    
  2. Deploy a hosted agent to Microsoft Foundry.

    azd up
    

    While provisioning, you might be asked to enter environment name, Azure subscription and location.

    NOTE: You may have to set the environment variable, AZURE_TENANT_ID.

    # bash/zsh
    AZURE_TENANT_ID=$(az account show --query "tenantId" -o tsv)
    
    # PowerShell
    $env:AZURE_TENANT_ID = az account show --query "tenantId" -o tsv
    

Deploy apps to Azure

  1. Make sure you're at the repository root.

    cd $REPOSITORY_ROOT
    
  2. Deploy the app.

    azd up
    

    While provisioning, you might be asked to enter environment name, Azure subscription and location.

Run apps locally

  1. Make sure you're at the repository root.

    cd $REPOSITORY_ROOT
    
  2. Run Aspire.

    aspire run --project ./src/MafStarterPack.AppHost
    

Resources

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Microsoft Agent Framework Foundry Starter Pack Net

How do I install Microsoft Agent Framework Foundry Starter Pack Net?

Run git clone https://github.com/Azure/microsoft-agent-framework-foundry-starter-pack-net, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Microsoft Agent Framework Foundry Starter Pack Net safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Microsoft Agent Framework Foundry Starter Pack Net still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.