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.
Retrieve work items using WIQL queries or specific IDs with field selection.
Create new work items with full hierarchy support (Epic → Feature → User Story → Task).
Update existing work items including state, assignments, parent relationships, and iteration paths.
Add comments to existing work items for progress tracking.
List all repositories in the current project context.
Get pull requests with filtering options (status, creator, repository).
Get build definitions and recent build history with filtering.
Trigger build pipelines with parameters and branch selection.
Get detailed build status and timeline information.
Get current Azure DevOps context based on directory.
{
"mcpServers": {
"devops-mcp": {
"command": "npx",
"args": ["-y", "@wangkanai/devops-mcp"]
}
}
}