Back to Home
conradprogrammer icon

AzureDevOpsMCP

Verified Safe

by 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

Run Command
dotnet run --project src/AzureDevOpsMcp.Server

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-10

Tags

Azure DevOpsOn-PremisesLLM IntegrationModel Context ProtocolCoding Agent