Sponsored by Deepsite.site

MCP Azure DevOps CLI

Created By
cege74808 months ago
MCP Server wrapping the azure cli devops extension with prompts and better tooling
Content

MCP Azure DevOps CLI

The MCP Azure DevOps CLI is a command-line tool for interacting with Azure DevOps services, providing a streamlined interface for common operations.

Features

  • Project Management: Create, list, show, and delete projects and teams
  • Pipeline Management: Manage pipelines, runs, environments, and variables
  • Work Item Tracking: Create, update, query, and manage work item relationships
  • Repository Management: Manage Git repositories, branches, pull requests, and commits

Installation

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Install from NPM

npm install -g mcp-az-devops-cli

Install from Source

git clone https://github.com/yourorganization/mcp-az-devops-cli.git
cd mcp-az-devops-cli
npm install
npm run build
npm link

Authentication

Before using the CLI, you need to authenticate with Azure DevOps:

az-devops login

This will prompt you for your Azure DevOps organization and authentication method.

Using Personal Access Tokens (PAT)

az-devops login --method pat

You'll be prompted to enter your PAT, which will be securely stored in your system's credential store.

Configuration

Set your default organization and project:

az-devops config set defaultOrganization myorganization
az-devops config set defaultProject myproject

Create and use configuration profiles:

az-devops config profile create --name dev --organization devorg --project devproject
az-devops config profile set default dev

Usage Examples

Project Management

List all projects:

az-devops project list

Create a new project:

az-devops project create -n "My New Project" -d "Project description" -v private -t agile

Pipeline Management

List pipelines:

az-devops pipeline list

Run a pipeline:

az-devops pipeline run start 12 -v variable1=value1 -b main

Work Item Tracking

Create a work item:

az-devops work-item create -t "User Story" -T "Implement new feature" -d "Description of the feature"

Query work items:

az-devops work-item query -q "SELECT [System.Id], [System.Title] FROM WorkItems WHERE [System.WorkItemType] = 'User Story'"

Repository Management

List repositories:

az-devops repo list

Create a pull request:

az-devops repo pr create myrepo -s feature/branch -t main -T "Feature implementation" -d "Implements the new feature"

Plugin System

The CLI supports plugins to extend its functionality:

# Install a plugin
az-devops plugin install ./my-plugin

# List installed plugins
az-devops plugin list

Output Formats

Control output format with the --output option:

az-devops project list --output json
az-devops project list --output table (default)

Documentation

For complete documentation, run:

az-devops --help
az-devops <command> --help

Contributing

Please see CONTRIBUTING.md for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Serper MCP ServerA Serper MCP Server
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
ChatWiseThe second fastest AI chatbot™
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code