Azure DevOps MCP Server for ClineServer

stefanskiasan
GitHub
Azure DevOpsMCPIntegration

Loading subscription status...

💡 Description

This Model Context Protocol (MCP) server provides integration with Azure DevOps, allowing Cline to interact with Azure DevOps services.

📝 JSON Entries

{
  "mcpServers": [
    {
      "azure-devops": {
        "env": {
          "AZURE_DEVOPS_ORG": "your-organization",
          "AZURE_DEVOPS_PAT": "your-personal-access-token",
          "AZURE_DEVOPS_PROJECT": "your-project-name"
        },
        "args": [
          "/absolute/path/to/azure-devops-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

trigger_pipelinecreate_pull_requestlist_work_itemscreate_work_itemupdate_work_itemlist_pipelinesget_boardsget_wikisget_project

Features

  • Integration with Azure DevOps
  • Manage work items, repositories, pull requests

💬 Example Queries

  • Retrieve a work item by ID
  • List all work items using WIQL
  • Create a new work item (bug, task, user story)