Azure DevOps MCP Server
by erinnmclaughlin
An MCP Server for integrating with Azure DevOps REST API. It allows you to interact with Azure DevOps programmatically.
View on GitHub
Last updated: N/A
Azure DevOps MCP Server
An MCP Server for integrating with Azure DevOps REST API.
Installation
Download the tool from NuGet.
dotnet tool install --global Tizzani.AzureDevOps.MCP --prerelease
IDE Integration
"mcpServers": {
"mcp-azuredevops": {
"command": "tizzani.adomcp",
"args": [
"--ado_token=Your-Token",
"--ado_organization=Your-Organization",
"--ado_project=Your-Project"
]
}
}