mcp-azure-devops
MCP Azure DevOps Server is an MCP server that allows AI assistants to interact with Azure DevOps services, enhancing task management and project management functionalities via natural language commands.
What is the purpose of the MCP Azure DevOps Server?
The MCP Azure DevOps Server allows AI assistants to interact with Azure DevOps services, facilitating natural language processing for managing work items, projects, and teams.
What are the prerequisites for using the MCP Azure DevOps Server?
You need Python 3.10+, an Azure DevOps account with appropriate permissions, and a Personal Access Token (PAT) with necessary scopes for API access.
How do I configure the server?
Create a .env
file in the project root with your Azure DevOps PAT and organization URL.
What are some examples of usage?
Examples include querying work items, creating user stories, updating work item statuses, and managing team members.
Can I contribute to the MCP Azure DevOps Server project?
Yes, contributions are welcome. You can submit a Pull Request on the project's GitHub repository.