LogoSTMCP
Download
devops-mcp

Azure DevOps MCP

Azure DevOps MCP server dynamically switches authentication context based on directory location, enabling seamless integration with multiple Azure DevOps organizations and projects from a single server.

Tools

1. get-work-items

Retrieve work items using WIQL queries or specific IDs with field selection.

2. create-work-item

Create new work items with full hierarchy support (Epic → Feature → User Story → Task).

3. update-work-item

Update existing work items including state, assignments, parent relationships, and iteration paths.

4. add-work-item-comment

Add comments to existing work items for progress tracking.

5. get-repositories

List all repositories in the current project context.

6. get-pull-requests

Get pull requests with filtering options (status, creator, repository).

7. get-builds

Get build definitions and recent build history with filtering.

8. trigger-pipeline

Trigger build pipelines with parameters and branch selection.

9. get-pipeline-status

Get detailed build status and timeline information.

10. get-current-context

Get current Azure DevOps context based on directory.

Open Graph image for Azure DevOps MCP

JSON Config

{
  "mcpServers": {
    "devops-mcp": {
      "command": "npx",
      "args": ["-y", "@wangkanai/devops-mcp"]
    }
  }
}

Useful Links

Information