An open API service indexing awesome lists of open source software.

https://github.com/erinnmclaughlin/tizzani.azuredevops.mcp

An MCP server for querying the Azure DevOps API
https://github.com/erinnmclaughlin/tizzani.azuredevops.mcp

azuredevops dotnet mcp mcp-server nuget

Last synced: about 2 months ago
JSON representation

An MCP server for querying the Azure DevOps API

Awesome Lists containing this project

README

          

# Azure DevOps MCP Server
An MCP Server for integrating with Azure DevOps REST API.

[![Nuget version](https://img.shields.io/nuget/v/tizzani.azuredevops.mcp)](https://www.nuget.org/packages/Tizzani.AzureDevOps.MCP)

## Installation
Download the tool from [NuGet](https://www.nuget.org/packages/Tizzani.AzureDevOps.MCP).
```sh
dotnet tool install --global Tizzani.AzureDevOps.MCP --prerelease
```

## IDE Integration
```json
"mcpServers": {
"mcp-azuredevops": {
"command": "tizzani.adomcp",
"args": [
"--ado_token=Your-Token",
"--ado_organization=Your-Organization",
"--ado_project=Your-Project"
]
}
}
```