azure-devops-mcpServer

RyanCardin15
GitHub
Azure DevOpsAPI IntegrationProject Management

Loading subscription status...

💡 Description

This server provides a convenient API for interacting with Azure DevOps services, allowing AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. It is built on the Model Context Protocol (MCP) to provide a standardized interface for communication with Azure DevOps.

📝 JSON Entries

{
  "mcpServers": [
    {
      "azure-devops-mcp": {
        "env": {
          "AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
          "AZURE_DEVOPS_PROJECT": "your-default-project",
          "AZURE_DEVOPS_AUTH_TYPE": "pat",
          "AZURE_DEVOPS_IS_ON_PREMISES": "false",
          "AZURE_DEVOPS_PERSONAL_ACCESS_TOKEN": "<PERSONAL_ACCESS_TOKEN>"
        },
        "args": [],
        "command": "npm run start"
      }
    }
  ]
}

🛠️ Tools

createIterationcheckPackageDependencieslistBranchesbrowseRepositorygetPullRequestCommentsconfigureTestAgentsrunTestImpactAnalysisrunSecurityScan

Features

  • Manage work items through WIQL queries
  • Create and manage projects, boards, and sprints
  • Interact with Git repositories and manage pull requests

💬 Example Queries

  • List all repositories in my Azure DevOps project
  • Create a new work item for a user story
  • Get details of a specific sprint in my project