Back to directory
ares-devops-mcp

ares-devops-mcp

@Cognitive-Stack3

A MCP server enabling seamless interaction with Azure DevOps Git repositories, supporting repository management, pull request creation, pipeline automation, and type-safe operations with TypeScript.

azure-devopsmcp-serverdevopsgittypescriptcloud

Installation & Configuration

{
  "mcpServers": {
    "ares-devops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ares-devops-mcp@latest"
      ],
      "env": {
        "AZURE_DEVOPS_ORG": "your-organization",
        "AZURE_DEVOPS_PROJECT": "your-project",
        "AZURE_DEVOPS_PAT": "your-pat-token"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/18
Updated
2026/6/8