Back to Home
Tiberriver256 icon

mcp-server-azure-devops

Verified Safe

by Tiberriver256

Overview

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.

Installation

Run Command
npm start

Environment Variables

  • AZURE_DEVOPS_ORG_URL
  • AZURE_DEVOPS_AUTH_METHOD
  • AZURE_DEVOPS_PAT
  • AZURE_DEVOPS_DEFAULT_PROJECT

Security Notes

The server handles sensitive information (Azure DevOps credentials) via environment variables, which is a standard and secure practice. It integrates with Azure SDKs (@azure/identity, azure-devops-node-api) for authentication, which provides robust security features. Error handling for API calls is comprehensive, mitigating risks from malformed responses or external API issues. The `create_branch.sh` script is a local utility and not part of the server's runtime exposed to external requests. While shell scripts always carry a minimal risk of injection, the direct use of `$1` with `git checkout -b` is generally robust for branch names. No 'eval' or direct arbitrary code execution on user input was identified within the server's core logic. The hardcoded Azure DevOps resource ID is a public identifier, not a secret.

Similar Servers

Stats

Interest Score74
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars310
Forks96
Last Update2025-12-02

Tags

Azure DevOpsAPI WrapperDeveloper ToolsCode ManagementProject Management