Back to Home
Jordiag icon

azure-devops-mcp-server

Verified Safe

by Jordiag

Overview

Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.

Installation

Run Command
docker run -d \ --name azure-devops-mcp-server \ -p 5050:5050 \ -e ASPNETCORE_ENVIRONMENT=Production \ -e MCP_McpServer__LogLevel=Information \ --restart unless-stopped \ azure-devops-mcp-server:latest

Environment Variables

  • AZURE_DEVOPS_ORG
  • AZURE_DEVOPS_PAT

Security Notes

The project uses environment variables for sensitive credentials (AZURE_DEVOPS_PAT), which is a good practice. No 'eval' or malicious patterns were found in the provided code. 'AllowedHosts: *' in appsettings.Production.json is a standard ASP.NET Core default but should be reviewed and potentially restricted to specific hosts if the server is exposed publicly, though less critical for an internal agent tool. OpenTelemetry and Application Insights are enabled in production for monitoring.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassLow
Avg Tokens300
Stars13
Forks0
Last Update2025-11-19

Tags

Azure DevOpsAI AgentsMCP.NETAutomation