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. By leveraging this server, users can manage work items, boards, pipelines, pull requests, wikis, and projects directly from Cline. The server requires Node.js and npm for installation and configuration, and it uses Azure DevOps Personal Access Tokens (PAT) for authentication. Once set up, the server allows users to perform various operations such as creating and updating work items, triggering pipelines, managing pull requests, and more. The server is highly configurable and can be tailored to fit specific organizational needs by adjusting the settings in the Cline MCP configuration file.
Features
- Integration with Azure DevOps for managing work items, boards, pipelines, pull requests, wikis, and projects.
- Uses Azure DevOps Personal Access Tokens (PAT) for secure authentication.
- Configurable through Cline MCP settings for tailored organizational needs.
- Supports a wide range of operations including creating, updating, and querying work items and pull requests.
- Provides tools for verifying installation and troubleshooting common issues.
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