A Model Context Protocol server that enables AI assistants to interact with Azure DevOps work items, projects, wikis, and boards through natural language.
| Tool name | Description | Destructive? |
|---|---|---|
| list_projects | List all projects in your Azure DevOps organization | ✓ no |
| query_work_items | Query work items using WIQL or predefined shortcuts | ✓ no |
| add_work_item_relation | Add relationships between work items (Parent/Child, Related, Dependencies) | ✓ no |
| remove_work_item_relation⚠ | Remove relationships between work items | ⚠ yes |
| get_work_item_relations | Show all relationships for a work item with friendly categorization | ✓ no |
| list_relation_types | List all available work item relation types in Azure DevOps | ✓ no |
| get_work_item | Get detailed information about a specific work item | ✓ no |
| create_work_item | Create a new work item | ✓ no |
| update_work_item | Update an existing work item | ✓ no |
| add_comment | Add a comment to a work item | ✓ no |
| list_my_work | List work items assigned to me, organized by state | ✓ no |