MCP For Azure DevOps Boards
JSON →An MCP server that focuses on providing useful tools for Azure DevOps Boards
Tools · 18
- azdo_list_organizations List all Azure DevOps organizations the authenticated user has access to.
- azdo_list_projects List all projects in an Azure DevOps organization.
- azdo_create_work_item Create a new work item.
- azdo_update_work_item Update an existing work item.
- azdo_get_work_item Get details of a specific work item.
- azdo_get_work_items Get multiple work items by their IDs.
- azdo_query_work_items Query work items using structured filters.
- azdo_query_work_items_by_wiql Execute a raw WIQL (Work Item Query Language) query.
- azdo_add_comment Add a comment to a work item.
- azdo_link_work_items Create a relationship between two work items.
- azdo_list_teams List all teams in the project.
- azdo_get_team Get details of a specific team.
- azdo_list_team_boards List boards for a specific team.
- azdo_get_team_board Get details of a specific board.
- azdo_list_work_item_types List all available work item types in the project.
- azdo_list_tags List all tags in use in the project.
- azdo_get_team_current_iteration Get the current active iteration/sprint for a team.
- azdo_get_team_iterations Get all iterations/sprints for a team.
★ 6 GitHub stars