https://github.com/erinnmclaughlin/tizzani.azuredevops.mcp
An MCP server for querying the Azure DevOps API
https://github.com/erinnmclaughlin/tizzani.azuredevops.mcp
azuredevops dotnet mcp mcp-server nuget
Last synced: about 2 months ago
JSON representation
An MCP server for querying the Azure DevOps API
- Host: GitHub
- URL: https://github.com/erinnmclaughlin/tizzani.azuredevops.mcp
- Owner: erinnmclaughlin
- License: mit
- Created: 2025-03-24T16:44:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T10:33:29.000Z (about 1 year ago)
- Last Synced: 2025-04-05T11:28:52.106Z (about 1 year ago)
- Topics: azuredevops, dotnet, mcp, mcp-server, nuget
- Language: C#
- Homepage: https://www.nuget.org/packages/Tizzani.AzureDevOps.MCP
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure DevOps MCP Server
An MCP Server for integrating with Azure DevOps REST API.
[](https://www.nuget.org/packages/Tizzani.AzureDevOps.MCP)
## Installation
Download the tool from [NuGet](https://www.nuget.org/packages/Tizzani.AzureDevOps.MCP).
```sh
dotnet tool install --global Tizzani.AzureDevOps.MCP --prerelease
```
## IDE Integration
```json
"mcpServers": {
"mcp-azuredevops": {
"command": "tizzani.adomcp",
"args": [
"--ado_token=Your-Token",
"--ado_organization=Your-Organization",
"--ado_project=Your-Project"
]
}
}
```