azure-devops-mcp-server

azure-devops-mcp-server

29

This project is an MCP server enabling integration with Azure DevOps, allowing Cline to interface effectively with Azure DevOps services such as work item management, boards, pipelines, and more. It supports features like creating and managing work items, accessing project boards, executing pipelines, managing pull requests, and handling wikis within Azure DevOps.

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`