Azure DevOps MCP Server for Cursor
JSON →An MCP server for Azure DevOps with tools for project management, work items, pull requests, builds, tests, and more.
Tools · 61
- list_projects List all Azure DevOps projects
- get_work_item Get details of a specific work item by ID
- create_work_item Create a new work item (e.g., bug, task, user story)
- update_work_item Update an existing work item
- query_work_items Query work items using WIQL
- list_pull_requests List pull requests for a repository
- get_pull_request Get details of a specific pull request
- create_pull_request Create a new pull request
- approve_pull_request Approve a pull request
- list_builds List builds for a pipeline
- queue_build Queue a new build
- get_build Get details of a specific build
- list_releases List releases for a pipeline
- create_release Create a new release
- get_release Get details of a specific release
- list_repositories List repositories in a project
- get_file_content Get content of a file in a repository
- list_commits List commits in a repository
- list_branches List branches in a repository
- create_branch Create a new branch
- list_work_items List work items assigned to the current user
- search_work_items Search work items by title or description
- get_work_item_comments Get comments on a work item
- add_work_item_comment Add a comment to a work item
- get_work_item_attachments Get attachments of a work item
- add_work_item_attachment Add an attachment to a work item
- list_work_item_types List work item types in a project
- list_work_item_fields List fields for a work item type
- get_work_item_type Get details of a work item type
- list_boards List boards in a project
- get_board Get details of a specific board
- list_sprints List sprints in a project
- get_sprint Get details of a specific sprint
- list_team_members List members of a team
- get_team Get details of a specific team
- list_teams List teams in a project
- list_pipelines List pipelines in a project
- get_pipeline Get details of a specific pipeline
- run_pipeline Run a pipeline
- list_pipeline_runs List runs of a pipeline
- get_pipeline_run Get details of a specific pipeline run
- list_environments List environments in a project
- get_environment Get details of a specific environment
- list_variable_groups List variable groups in a project
- get_variable_group Get details of a specific variable group
- list_service_endpoints List service endpoints in a project
- get_service_endpoint Get details of a specific service endpoint
- list_agent_pools List agent pools in the organization
- get_agent_pool Get details of a specific agent pool
- list_agents List agents in an agent pool
- get_agent Get details of a specific agent
- list_test_runs List test runs in a project
- get_test_run Get details of a specific test run
- list_test_results List test results for a test run
- list_wiki_pages List wiki pages in a project
- get_wiki_page Get content of a wiki page
- create_wiki_page Create a new wiki page
- update_wiki_page Update an existing wiki page
- list_work_item_links List links for a work item
- add_work_item_link Add a link between work items
- remove_work_item_link Remove a link from a work item
Links
★ 1 GitHub stars