azure-devops-boards-mcp-rust
Verified Safeby 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
/opt/homebrew/bin/mcp-for-azure-devops-boardsSecurity 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
mcp-server-trello
Interact with and automate Trello boards programmatically via Model Context Protocol.
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients.
rust-mcp-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, serving as a foundational library for building compatible LLM applications and external data source integrations.
turbomcp
Build high-performance Model Context Protocol (MCP) servers with zero-boilerplate development, automatic schema generation, and progressive enhancement for AI model interaction.