ameitg/az-devops-mcp-server
If you are the rightful owner of az-devops-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Azure DevOps MCP Server is a Model Context Protocol server that integrates with Azure DevOps services using Server-Sent Events (SSE) transport, enabling AI assistants to manage projects, builds, repositories, and work items.
Tools
Functions exposed to the LLM to take actions
connect_azure_devops
Connect to an Azure DevOps organization using a personal access token.
list_projects
List all projects in the Azure DevOps organization.
list_build_definitions
List build definitions for a specific project.
get_build
Get build details by ID.
list_repositories
List Git repositories for a specific project.
get_repository
Get repository details by ID.
list_work_items
List work items using a WIQL query.
get_work_item
Get work item details by ID.
create_work_item
Create a new work item.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client