ado-mcp-server
@dmedellin
About ado-mcp-server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ado-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}Tools
2Link two Azure DevOps work items (e.g., parent-child, related, etc.).
Remove a link (e.g., parent-child, related) between two Azure DevOps work items.
Overview
What is ado-mcp-server?
ado-mcp-server is a Model Context Protocol (MCP) server for Azure DevOps. It integrates with the Azure DevOps Work Item Tracking (WIT) REST API, providing create, get, update, delete, list, query, batch, revisions, comments, attachments, and relation operations. It is built with the official @modelcontextprotocol/sdk and targeted at developers and AI agents that manage work items programmatically.
How to use ado-mcp-server?
Clone the repository, install dependencies with npm install, and start the server with npm start. It runs over STDIO and can be integrated with MCP-compatible clients. Testing can be done using the MCP Inspector: npx @modelcontextprotocol/inspector. No additional configuration is required for basic usage.
Key features of ado-mcp-server
- Full support for Azure DevOps WIT REST API endpoints
- Extensible architecture for registering project and work item tools
- Provides
linkWorkItemsandunlinkWorkItemstools with configurable link types - Runs over STDIO for integration with other systems
- Built using the official
@modelcontextprotocol/sdkandzodfor validation
Use cases of ado-mcp-server
- Link two Azure DevOps work items as parent-child or with custom link types
- Remove existing links between work items
- Automate work item creation, updates, and queries via MCP clients
- Integrate with AI assistants to manage Azure DevOps work items conversationally
- Extend the server with custom tools by adding modules to the
features/directory
FAQ from ado-mcp-server
What runtime and dependencies are required?
Node.js version 16 or later and npm. The key dependencies are @modelcontextprotocol/sdk and zod.
Does ado-mcp-server require any configuration?
No additional configuration is required for basic usage. You can extend functionality by adding new tools in the features directory.
How can I test the server?
Use the Model Context Protocol Inspector: npx @modelcontextprotocol/inspector.
What transport does ado-mcp-server use?
It runs over STDIO.
Is ado-mcp-server affiliated with Microsoft or Azure DevOps?
No. The project is not affiliated with Microsoft or Azure DevOps.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Nginx UI
0xJackyYet another WebUI for Nginx
Comments