erinnmclaughlin/Tizzani.AzureDevOps.MCP
3.2
If you are the rightful owner of Tizzani.AzureDevOps.MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP Server for integrating with Azure DevOps REST API.
Tools
Tizzani.AzureDevOps.MCP
A .NET tool for integrating with Azure DevOps REST API.
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"
]
}
}