ado-mcp-server-python
If you are the rightful owner of ado-mcp-server-python 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.
This is a Model Context Protocol (MCP) server for Azure DevOps that provides work item management capabilities.
The Azure DevOps MCP Server is designed to facilitate work item management within Azure DevOps environments. It leverages the Model Context Protocol to interact with Azure DevOps services, allowing users to manage work items efficiently. The server is containerized using Docker, making it easy to deploy and run across different environments. Users need to provide their Azure DevOps Personal Access Token (PAT), organization URL, and project name to configure the server. The server supports various operations such as searching, creating, updating, and retrieving the state of work items. It also offers a simple command-line interface for testing purposes. Integration with development tools like VS Code is supported, enabling seamless workflow management directly from the IDE.
Features
- Search work items
- Create new work items
- Update existing work items
- Get work item states
- Simple command-line interface for testing