azure-devops-mcp-server

azure-devops-mcp-server

0

The azure-devops-mcp-server is a TypeScript-based Model Context Protocol server designed to enhance interaction with Azure DevOps through natural language. It provides tools for managing Azure DevOps resources, including creating and updating work items, searching items with filters, and linking commits to work items.

azure-devops-mcp-server\n\nAn MCP Server to facilitate interaction with Azure DevOps using natural language.\n\n## Features\n- Create Work Item: Create new work items in Azure DevOps.\n- Get Work Item Details: Obtain detailed information of a work item by ID.\n- Update Work Item: Update fields of existing work items.\n- Search Work Items: Search Azure DevOps work items with various filters and sorting options.\n- List Projects: List all projects in Azure DevOps.\n- Get Project Details: Fetch details of a project by ID or name.\n- Link Commit to Work Item: Link a Git commit to a work item.\n- List Work Item Attachments: Get a list of attachments for a work item.\n- Add Issue Comment: Add comments to a work item.\n- Link Parent Work Item: Establish parent-child relationships between work items.\n\nInstructions for installation and usage with Claude Desktop are provided, along with guidance for development, building the server, and debugging.