azure-devops-mcp
by Novaes
The azure-devops-mcp is a C# MCP server designed for Azure DevOps. It allows users to run a server and client, either separately or together, to enhance their Azure DevOps workflows.
View on GitHub
Last updated: N/A
azure-devops-mcp
The C# MCP server for Azure DevOps
Getting Started
- Download Docker Desktop
- Ensure you have Docker Desktop installed on your machine.
- Switch to Windows Daemon
- Open Docker Desktop and switch to the Windows daemon.
Development
- Clone the Repository
- Clone this repository to your local machine.
- Install the Content
- Install the necessary content and add it to your MCP client configuration.
- Open in Visual Studio
- Use the
open
command to open the project in Visual Studio.
- Use the
Running
You have two options for running the server and client:
- Run Separately
- You can run the server and client separately.
- Run Together
- Use the following command to run both the server and client together:
docker-compose up --build
- They will communicate via port 8080.
- Use the following command to run both the server and client together:
image
Contributing
Contributions are welcomed! Please open a pull request against the main
branch.
<!-- version: 2025-04