AzureDevOpsMCP
Verified Safeby conradprogrammer
Overview
Enables an AI LLM (like Claude Code) to directly interact with an on-premises or cloud Azure DevOps environment for work item, Git, and pipeline management.
Installation
dotnet run --project src/AzureDevOpsMcp.ServerEnvironment Variables
- DEVOPS_PAT
- DEVOPS_SERVER_URL
- DEVOPS_PROJECT
Security Notes
The server uses standard .NET 10 and official Microsoft Azure DevOps libraries, which reduces the risk of arbitrary code execution or low-level vulnerabilities. Authentication is handled via Windows Authentication or Personal Access Tokens (PATs), with PATs explicitly recommended to be managed via environment variables to avoid hardcoding. The primary security consideration for deployment is ensuring the Azure DevOps credentials (PAT or Windows user) granted to the server have the minimum necessary permissions to perform its functions, as misuse by the LLM (e.g., unintended deletion, modification of critical items, or triggering unwanted builds) could occur if permissions are overly broad. No 'eval' or obfuscation patterns were observed in the provided context.
Similar Servers
claude-code-subagents-collection
Provides a command-line interface to browse, install, manage, and verify Claude Code subagents, commands, and external MCP (Model Context Protocol) servers, facilitating local and project-level configuration for development workflows.
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server for Azure DevOps, enabling AI agents and large language models (LLMs) to perform various Azure DevOps tasks directly from code editors, such as listing projects, managing work items, handling pull requests, interacting with wikis, and controlling pipelines.
AI-Gateway
Provides a playground and lab environment to experiment with the Model Context Protocol (MCP) using Azure API Management to enable plug-and-play AI tools for Large Language Models (LLMs).
gitlab-mr-mcp
Enables AI agents to interact with GitLab merge requests and issues for code review and project management.