Azure DevOps MCP Server
@ramosjuan24
关于 Azure DevOps MCP Server
MCP N8N Azure Devops
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"azureDevOps": {
"command": "npx",
"args": [
"-y",
"@ramosjuan24/mcp-server-azure-devops"
],
"env": {
"AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
"AZURE_DEVOPS_AUTH_METHOD": "azure-identity",
"AZURE_DEVOPS_DEFAULT_PROJECT": "your-project-name"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Azure DevOps MCP Server?
An MCP server implementation that allows AI assistants like Claude to interact with Azure DevOps APIs in a standardized, secure way. It bridges AI models with Azure DevOps resources, enabling natural‑language management of projects, work items, repositories, pull requests, pipelines, and more.
How to use Azure DevOps MCP Server?
Run it via npx with npx -y @ramosjuan24/mcp-server-azure-devops. Configure it by setting environment variables such as AZURE_DEVOPS_ORG_URL and the chosen authentication method (AZURE_DEVOPS_AUTH_METHOD). Integrate with Claude Desktop or Cursor AI by adding the appropriate configuration block to the mcpServers section of your settings file.
Key features of Azure DevOps MCP Server
- Standardized MCP integration for Azure DevOps
- Manage projects, work items, repositories, and pull requests
- Search code, wikis, and work items across projects
- Multiple authentication methods (PAT, Azure Identity, Azure CLI)
- Create and update work items, branches, and pull requests
- Access repository content via resource URIs
Use cases of Azure DevOps MCP Server
- AI assistant creates and updates work items via natural language
- Automated pull request creation between branches in a repository
- Query project details and list repositories for analysis
- Trigger pipeline runs with customizable parameters
- Search code across repositories in a project
FAQ from Azure DevOps MCP Server
What authentication methods does Azure DevOps MCP Server support?
It supports Personal Access Token (PAT), Azure Identity (DefaultAzureCredential), and Azure CLI authentication.
What are the required environment variables?
The server requires AZURE_DEVOPS_ORG_URL. Additional variables such as AZURE_DEVOPS_AUTH_METHOD, AZURE_DEVOPS_PAT, and service‑principal properties are needed depending on the chosen authentication method.
How do I use Azure DevOps MCP Server with Claude Desktop?
Add a configuration entry to your Claude Desktop config file with the command npx -y @ramosjuan24/mcp-server-azure-devops and the required environment variables (e.g., AZURE_DEVOPS_ORG_URL, AZURE_DEVOPS_AUTH_METHOD).
Can I search code and wikis using this server?
Yes, it provides search_code and search_wiki tools to find content across repositories and wiki pages in a project.
Is there a default project setting?
Yes, you can set AZURE_DEVOPS_DEFAULT_PROJECT to specify a default project when none is provided in a request.
云与基础设施 分类下的更多 MCP 服务器
Mcp K8s Go
strowkMCP server connecting to Kubernetes
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
评论