azure-devops-mcp-server
Verified Safeby bugzy-ai
Overview
This server integrates Azure DevOps Work Item Tracking with AI assistants like Claude, enabling them to search, create, update, and manage work items.
Installation
npx @bugzy-ai/azure-devops-mcp-serverEnvironment Variables
- AZURE_DEVOPS_ORG_URL
- AZURE_DEVOPS_PAT
- AZURE_DEVOPS_MCP_DEBUG
Security Notes
Configuration relies on `AZURE_DEVOPS_PAT` environment variable, which is a sensitive credential. The `AzureDevOpsClient` includes `sanitizeForLog` to redact sensitive information (like PATs) from debug logs, which is a good security practice. The implementation includes retry logic and timeout handling for network requests. No 'eval' or obvious obfuscation detected. Network requests are made to the configured Azure DevOps URL.
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.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.