@mcp-collection/azure-devops-mcp
v0.0.3
Published
This is a MCP server for Azure DevOps. It allows you to do code reviews in Azure DevOps using the MCP protocol.
Readme
azure-devops-mcp
This is a MCP server for Azure DevOps. It allows you to do code reviews in Azure DevOps using the MCP protocol.
AZURE_DEVOPS_PAT - env variable, pat key for Azure DevOps with Code(Read) and PullRequestThreads(Read&Write) permissions.
- Install using command
npm i -g @mcp-collection/azure-devops-mcp - Configure on Windows
{
"mcpServers": {
"azureDevopsMcp": {
"transport": "stdio",
"command": "node",
"args": ["C:\\Users\\YourUser\\AppData\\Roaming\\npm\\node_modules\\@mcp-collection\\azure-devops-mcp\\build\\index.js"],
"env": {
"AZURE_DEVOPS_PAT": "PUT_YOUR_PAT_HERE"
}
}
}
}