azure-devops-mcp-server
If you are the rightful owner of azure-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.
This Model Context Protocol (MCP) server provides integration with Azure DevOps, allowing Cline to interact with Azure DevOps services.
The Azure DevOps MCP Server for Cline is designed to facilitate seamless integration between Cline and Azure DevOps services. It allows users to manage work items, boards, pipelines, pull requests, wikis, and projects directly from Cline. The server requires Node.js and npm for installation and can be set up either automatically via Smithery or manually by cloning the repository. Configuration involves setting up a Personal Access Token (PAT) from Azure DevOps and updating the Cline MCP settings file with the server details. The server supports various operations such as querying work items, managing boards, triggering pipelines, handling pull requests, and managing wikis. It is a powerful tool for developers looking to streamline their workflow by integrating Azure DevOps capabilities into their Cline environment.
Features
- Integration with Azure DevOps for managing work items, boards, pipelines, pull requests, wikis, and projects.
- Automatic installation via Smithery or manual setup through cloning the repository.
- Configuration using Azure DevOps Personal Access Token (PAT) for secure access.
- Support for various operations including querying work items, managing boards, and triggering pipelines.
- Verification and troubleshooting tools to ensure smooth operation and connectivity.
Tools
Work Items
get_work_item
,list_work_items
,create_work_item
,update_work_item
Boards
get_boards
Pipelines
list_pipelines
,trigger_pipeline
Pull Requests
list_pull_requests
,create_pull_request
,update_pull_request
,get_pull_request
Wiki
get_wikis
,get_wiki_page
,create_wiki
,update_wiki_page
Projects
list_projects