Back to Home
BACH-AI-Tools icon

mcp-server-azure-devops

Verified Safe

by BACH-AI-Tools

Overview

This server acts as an Azure DevOps client, enabling programmatic interaction with various Azure DevOps resources (code, wikis, work items, pull requests, projects, pipelines, organizations, and user profiles) for automation and AI agent integration.

Installation

Run Command
npm start

Environment Variables

  • AZURE_DEVOPS_AUTH_METHOD
  • AZURE_DEVOPS_PAT
  • AZURE_DEVOPS_ORG_URL
  • AZURE_DEVOPS_DEFAULT_PROJECT

Security Notes

The server uses environment variables (e.g., AZURE_DEVOPS_PAT) for sensitive credentials, which is a good security practice. It also supports Azure Identity (DefaultAzureCredential, AzureCliCredential) for authentication. Network requests are handled via the `axios` library, and there is no direct use of dangerous functions like `eval` or obvious obfuscation. Error handling wraps API errors, preventing raw sensitive data exposure. Basic shell scripts (`create_branch.sh`) are present but are utility scripts, not part of the core server's runtime logic.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-04

Tags

Azure DevOpsAPIIntegrationAutomationAI Agent