azure-devops-mcp

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

GitHub Stars

718

User Rating

Not Rated

Favorites

0

Views

24

Forks

219

Issues

14

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Install in VS Code

Use the following command to install the Azure DevOps MCP Server:
bash
npx -y @azure-devops/mcp ${input:ado_org}

2. Install in VS Code Insiders

Use the following command to install the Azure DevOps MCP Server:
bash
npx -y @azure-devops/mcp ${input:ado_org}

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources