Back to Home
danielealbano icon

azure-devops-boards-mcp-rust

Verified Safe

by danielealbano

Overview

This MCP server enables LLM agents to manage Azure DevOps Boards by creating, updating, querying, and linking work items, as well as listing teams, boards, and iteration paths.

Installation

Run Command
/opt/homebrew/bin/mcp-for-azure-devops-boards

Security Notes

The server leverages Azure CLI's `az login` for authentication, securely offloading credential management. The HTTP server mode binds to `0.0.0.0`, which means it listens on all network interfaces; users should ensure proper network security (e.g., firewall) if enabling this mode. The `azdo_query_work_items_by_wiql` tool executes raw WIQL queries, which is powerful but requires careful use by the calling agent to prevent unintended data exposure or manipulation. Other query tools construct WIQL safely.

Similar Servers

Stats

Interest Score42
Security Score9
Cost ClassLow
Avg Tokens1000
Stars5
Forks0
Last Update2025-12-07

Tags

Azure DevOpsWork ItemsBoardsWIQLRustLLM Agent