Back to directory
AzureDevOpsAPI/Azure-DevOps

AzureDevOpsAPI/Azure-DevOps

@AzureDevOpsAPI1

A Model Context Protocol (MCP) server for Azure DevOps enabling AI assistants to interact with Azure DevOps APIs securely

azure-devopsmcp-serverai-integrationdevopsapi-bridgecloud

Installation & Configuration

{
  "mcpServers": {
    "azureDevOps": {
      "command": "npx",
      "args": [
        "-y",
        "@tiberriver256/mcp-server-azure-devops"
      ],
      "env": {
        "AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
        "AZURE_DEVOPS_AUTH_METHOD": "pat",
        "AZURE_DEVOPS_PAT": "<YOUR_PAT>",
        "AZURE_DEVOPS_DEFAULT_PROJECT": "your-project-name"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/27
Updated
2025/5/15