Azure DevOps MCP Server

DevOpsstdiohttp-streaming
Repository

Microsoft's official MCP server for Azure DevOps. Brings Azure DevOps capabilities to AI agents, including managing work items and boards, browsing Git repositories and pull requests, querying builds and pipelines, and accessing wikis and test plans. Lets teams drive their Azure DevOps workflows through natural language from MCP-compatible tools.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

Taşıma:
{
  "mcpServers": {
    "azure-devops": {
      "command": "npx",
      "args": [
        "-y",
        "@azure-devops/mcp",
        "<your-organization>"
      ],
      "env": {
        "ADO_ORG": "<YOUR_ADO_ORG>"
      }
    }
  }
}

Araçlar (3)

list_work_items

List or query work items from an Azure DevOps project.

{
  "type": "object",
  "required": [
    "project"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Optional WIQL query to filter work items"
    },
    "project": {
      "type": "string",
      "description": "Project name"
    }
  }
}

list_pull_requests

List pull requests in an Azure DevOps repository.

{
  "type": "object",
  "required": [
    "project",
    "repository"
  ],
  "properties": {
    "status": {
      "type": "string",
      "description": "Filter by status (active, completed, abandoned)"
    },
    "project": {
      "type": "string",
      "description": "Project name"
    },
    "repository": {
      "type": "string",
      "description": "Repository name"
    }
  }
}

list_builds

List recent pipeline builds for a project.

{
  "type": "object",
  "required": [
    "project"
  ],
  "properties": {
    "project": {
      "type": "string",
      "description": "Project name"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Microsoft (@microsoft)
Repository
https://github.com/microsoft/azure-devops-mcp
Yıldızlar
0
Son güncelleme
12 Temmuz 2026