Back to Home
microsoft icon

azure-devops-mcp

Verified Safe

by microsoft

Overview

Provides a local Model Context Protocol (MCP) server to interact with Azure DevOps Services, enabling users to perform various tasks directly from their code editor via an agent (like GitHub Copilot).

Installation

Run Command
npx -y @azure-devops/mcp {ADO_ORG_NAME}

Environment Variables

  • LOG_LEVEL
  • ADO_MCP_AUTH_TOKEN

Security Notes

The server leverages `@azure/identity` and `@azure/msal-node` for secure token acquisition, and uses `process.env` for `ADO_MCP_AUTH_TOKEN` which is a standard practice for secrets. There are no obvious 'eval' calls, obfuscation, or malicious patterns. Robust input validation is in place via Zod schemas and a custom build-time validation script. Authentication via browser-based OAuth or Azure CLI ensures secure credential handling, though multi-tenant configurations can introduce setup complexity. The project actively maintains a SECURITY.md and follows Microsoft's Code of Conduct.

Similar Servers

Stats

Interest Score99
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars1071
Forks340
Last Update2025-12-05

Tags

Azure DevOpsMCP ServerVS CodeGitHub CopilotAPI abstractionWork ItemsRepositoriesPipelinesWikiTest Plans