azure-devops MCP ServerServer

mmruesch12
GitHub
Azure DevOpsMCPAI Integration

Loading subscription status...

💡 Description

An MCP (Model Context Protocol) server that provides integration with Azure DevOps, allowing AI assistants to interact with work items, pull requests, and wikis in Azure DevOps.

📝 JSON Entries

{
  "mcpServers": [
    {
      "azure-devops": {
        "env": {
          "AZURE_DEVOPS_PAT": "your-pat",
          "AZURE_DEVOPS_ORG_URL": "your-org-url",
          "AZURE_DEVOPS_PROJECT": "your-project",
          "AZURE_DEVOPS_REPOSITORY": "your-repo"
        },
        "args": [
          "/path/to/azure-devops-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

create_work_itemcreate_pull_requestlist_work_itemsget_work_itemlist_pull_requestscreate_pull_request_commentlist_projectsget_pull_request

Features

  • Work item management (create, list, get)
  • Pull request operations (create, list, get, comment, compare)
  • Wiki page management (create, edit)

💬 Example Queries

  • List work items in the project
  • Get details of a specific work item by ID
  • Create a new pull request