ramosjuan24/mcp-server-azure-devops
If you are the rightful owner of mcp-server-azure-devops 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.
A Model Context Protocol (MCP) server implementation for Azure DevOps, allowing AI assistants to interact with Azure DevOps APIs through a standardized protocol.
Tools
Functions exposed to the LLM to take actions
User Tools
get_me
(get the authenticated user details)
Organizational Tools
list_organizations
(list all accessible organizations)
Project Tools
list_projects
, get_project
, get_project_details
(manage projects)
Repository Tools
list_repositories
, get_repository
, get_file_content
(manage repository)
Work Item Tools
get_work_item
, create_work_item
, update_work_item
(manage work items)
Search Tools
search_code
, search_wiki
, search_work_items
(Search resources)
Pipe Tools
create_pipelines
, list_pipelines
, trigger_pipeline
(management pipelines)
Wiki Tools
get_wikis
, get_wiki_page
(Management Wiki)
Pull request tool
create_pull_request
, list_pull_requests
(manage pull requests)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client