Overview
What is MCP for Azure DevOps Boards?
MCP for Azure DevOps Boards is a Model Context Protocol (MCP) server designed to facilitate interaction with Azure DevOps Boards and Work Items, implemented in Rust.
How to use MCP for Azure DevOps Boards?
To use the MCP server, install it via Homebrew on macOS or Scoop on Windows, and configure it to run either in standard input/output mode or as an HTTP server. Ensure you authenticate using Azure CLI before making requests.
Key features of MCP for Azure DevOps Boards?
- Work Item Management: Create, update, retrieve, and query work items.
- Board Integration: List teams, boards, and fetch board items.
- WIQL Support: Execute custom WIQL queries.
- Optimized JSON output for reduced token usage in LLMs.
Use cases of MCP for Azure DevOps Boards?
- Managing work items in Azure DevOps projects.
- Integrating with AI clients for enhanced project management.
- Automating queries and updates to work items through scripts.
FAQ from MCP for Azure DevOps Boards?
- Can I run MCP in a secure mode?
Yes! The standard mode ensures no credentials are shared over the network.
- What platforms does MCP support?
MCP can be installed on macOS and Windows.
- Is there a way to contribute to the project?
Yes! You can fork the repository and submit a pull request with your changes.