Azure DevOps MCP ServerServer

Tiberriver256
GitHub
Azure DevOpsAPI IntegrationAI Assistants

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server implementation for Azure DevOps that enables AI assistants to interact with Azure DevOps resources through a standardized protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "azureDevOps": {
        "env": {
          "AZURE_DEVOPS_PAT": "<YOUR_PAT>",
          "AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
          "AZURE_DEVOPS_AUTH_METHOD": "pat",
          "AZURE_DEVOPS_DEFAULT_PROJECT": "your-project-name"
        },
        "args": [
          "-y",
          "@tiberriver256/mcp-server-azure-devops"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

list_projectsget_projectlist_work_itemsget_work_itemcreate_pull_requestlist_pull_requests

Features

  • Access and manage projects, work items, repositories, and pull requests
  • Execute common DevOps workflows using natural language
  • Securely authenticate and interact with Azure DevOps resources

💬 Example Queries

  • List all projects in Azure DevOps
  • Get details of a specific work item by ID
  • Create a new pull request in the repository