mcp-for-azure-devops-boards
Verified Safeby danielealbano
Overview
Interacting with Azure DevOps Boards and Work Items via a Model Context Protocol (MCP) server.
Installation
path/to/mcp-for-azure-devops-boardsSecurity Notes
The server relies on standard Azure CLI authentication (`az login`), which is generally secure as it avoids hardcoding credentials within the application. HTTP server mode binds to `0.0.0.0` (all network interfaces) by default, meaning it can be externally accessible if not firewalled. The project explicitly recommends `stdio` mode for enhanced security.
Similar Servers
mcp-server-azure-devops
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients.
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
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.