Sponsored by Deepsite.site

ado-mcp-server

Created By
dmedellin6 months ago
Content

ado-mcp-server

A Model Context Protocol (MCP) server for Azure DevOps.

Overview

This project implements an MCP server intended for integration with Azure DevOps. The server is built using the @modelcontextprotocol/sdk and allows extension through a modular tool registration system.

Features

  • MCP server implementation using the official SDK
  • Extensible architecture for registering project and work item tools
  • Full support for Azure DevOps Work Item Tracking (WIT) REST API endpoints (create, get, update, delete, list, query, batch, revisions, comments, attachments, relations)
  • Runs over STDIO for integration with other systems

Getting Started

Prerequisites

  • Node.js (version 16+ recommended)
  • npm

Installation

Clone the repository and install dependencies:

git clone https://github.com/dmedellin/ado-mcp-server.git
cd ado-mcp-server
npm install

Usage

Start the MCP server:

npm start

The server will run over STDIO and can be integrated with compatible clients.

Testing

You can test the server using the Model Context Protocol Inspector:

npx @modelcontextprotocol/inspector

Project Structure

  • index.js - Entry point; initializes and runs the MCP server.
  • features/ - Directory for registering project and work item tools.

Scripts

  • npm start - Start the MCP server.
  • npm test - (Currently not implemented.)

Configuration

No additional configuration is required for basic usage. You may extend functionality by adding new tools in the features directory.

Dependencies

License

ISC


This project is not affiliated with Microsoft or Azure DevOps.

Tools

  • linkWorkItems — Link two Azure DevOps work items (e.g., parent-child, related, etc.).

    • Input:
      • sourceId (number/string): The ID of the source work item (e.g., the child in a parent-child link).
      • targetId (number/string): The ID of the target work item (e.g., the parent in a parent-child link).
      • linkType (string, optional): The type of link (default: System.LinkTypes.Hierarchy-Forward for parent-child).
      • comment (string, optional): Optional comment for the link operation.
    • Permissions: Requires permission to edit work items in the Azure DevOps project.
    • Example:
      {
        "sourceId": 123,
        "targetId": 456,
        "linkType": "System.LinkTypes.Hierarchy-Forward"
      }
      
  • unlinkWorkItems — Remove a link (e.g., parent-child, related) between two Azure DevOps work items.

    • Input:
      • sourceId (number/string): The ID of the source work item (the one holding the link).
      • targetId (number/string): The ID of the target work item (the one being linked to).
      • linkType (string, optional): The type of link to remove (default: System.LinkTypes.Hierarchy-Forward for parent-child).
    • Permissions: Requires permission to edit work items in the Azure DevOps project.
    • Example:
      {
        "sourceId": 123,
        "targetId": 456,
        "linkType": "System.LinkTypes.Hierarchy-Forward"
      }
      
  • For more link types, see Azure DevOps documentation.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
WindsurfThe new purpose-built IDE to harness magic
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
CursorThe AI Code Editor
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.