Azure DevOps MCP Server
@aymenfurter
关于 Azure DevOps MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ado-mcp-server-python": {
"command": "docker",
"args": [
"build",
"-t",
"ado-mcp-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Azure DevOps MCP Server?
Azure DevOps MCP Server is a Model Context Protocol (MCP) server that provides work item management capabilities for Azure DevOps. It is intended for developers who want to integrate AI assistants with Azure DevOps using a Docker container and a Personal Access Token.
How to use Azure DevOps MCP Server?
Build the Docker image with docker build -t ado-mcp-server . then run the container with three environment variables: ADO_PERSONAL_ACCESS_TOKEN, ADO_ORGANIZATION_URL, and ADO_PROJECT_NAME. For VS Code integration, add the provided JSON configuration to your editor settings.
Key features of Azure DevOps MCP Server
- Search existing work items
- Create new work items
- Update existing work items
- Retrieve work item states
- Simple command-line interface for testing
Use cases of Azure DevOps MCP Server
- Querying work items from an AI chat assistant
- Automatically creating work items based on user requests
- Updating work item status or fields via natural language
- Getting an overview of work item states in a project
FAQ from Azure DevOps MCP Server
What are the prerequisites to use this server?
Docker, an Azure DevOps Personal Access Token with appropriate permissions, and the organization URL and project name.
How do I integrate it with VS Code?
Add the provided JSON configuration block to your VS Code settings, using docker as the command and passing the required environment variables through prompts.
What operations does the server support?
It supports searching, creating, updating work items, and getting work item states.
What environment variables must be set?
ADO_PERSONAL_ACCESS_TOKEN, ADO_ORGANIZATION_URL, and ADO_PROJECT_NAME.
How can I run tests for the server?
Use docker run with the same environment variables and append python -m pytest as the command.
云与基础设施 分类下的更多 MCP 服务器
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
评论