MCP.so
Sign In

Azure MCP Agents Functions

@jmnbc

About Azure MCP Agents Functions

Remote Azure DevOps MCP Server

Basic information

Category

Cloud & Infrastructure

License

MIT

Runtime

c#

Transports

stdio

Publisher

jmnbc

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Azure MCP Agents Functions?

Azure MCP Agents Functions is a collection of Azure Functions that expose Azure DevOps capabilities as MCP (Model Context Protocol) Tools. It enables conversational AI interfaces to interact with Azure Boards and Azure Pipelines by listing projects, work items, and pipelines, creating work items, and triggering or checking pipeline runs.

How to use Azure MCP Agents Functions?

Clone the repository, update local.settings.json with your Azure DevOps organization URL, tenant ID, and client ID, ensure the Azure Storage Emulator is running (or configure a real storage account), and then run func start from the AzureMcpAgents.Functions directory. The tools become available for any MCP-compatible platform.

Key features of Azure MCP Agents Functions

  • Integrates with Azure Boards to list projects and work items
  • Creates work items (bugs, tasks, user stories) with details
  • Integrates with Azure Pipelines to list pipelines and trigger runs
  • Checks the status of specific pipeline runs
  • Exposes functions as MCP Tools using trigger and property attributes

Use cases of Azure MCP Agents Functions

  • Let a conversational AI create a new bug or task in Azure Boards
  • List all work items of a given type in a project via chat
  • Trigger a pipeline build from a natural language command
  • Check the status of a recent pipeline run without leaving the conversation

FAQ from Azure MCP Agents Functions

What are the dependencies to run Azure MCP Agents Functions?

The project requires the .NET SDK (compatible with .NET 8 or later), Azure Functions Core Tools, an Azure DevOps organization with a project, and an Azure Active Directory application registration with appropriate API permissions.

How does authentication to Azure DevOps work?

Authentication uses a VssConnection configured with the Vss__TenantId and Vss__ClientId values from local.settings.json. The connection likely employs a client secret or a similar mechanism, though it is not explicitly shown in the provided files.

Where does data processed by Azure MCP Agents Functions reside?

All data (projects, work items, pipelines) remains within Azure DevOps; the Functions act as a bridge and do not store any data themselves.

What transport does Azure MCP Agents Functions use?

The Azure Functions are triggered via the MCP framework, which typically uses HTTP. The exact transport details are not specified in the README beyond the Functions runtime.

Are there any known limits of Azure MCP Agents Functions?

The README does not mention any specific limits. Performance depends on Azure Functions quotas and Azure DevOps API rate limits.

Comments

More Cloud & Infrastructure MCP servers