Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Azure DevOps Server

БесплатноНе проверен

MCP server for Azure DevOps Git operations integration with AWS Q, enabling repository search, repository info retrieval, and access to pipeline variables and v

GitHubEmbed

Описание

MCP server for Azure DevOps Git operations integration with AWS Q, enabling repository search, repository info retrieval, and access to pipeline variables and variable groups.

README

MCP server for Azure DevOps Git operations integration with AWS Q.

Setup

  1. Install dependencies:
npm install
  1. Configure environment variables:
cp .env.example .env
# Edit .env with your Azure DevOps details

📋 For detailed configuration steps, see CONFIGURATION.md

  1. Build and run:
npm run build
npm start

Configuration for AWS Q

Option 1: Use the provided config file

Copy mcp_config.json to your AWS Q MCP configuration directory.

Option 2: Manual configuration

Add to your AWS Q MCP client configuration:

{
  "mcpServers": {
    "azure-devops": {
      "command": "node",
      "args": ["c:/Users/somesh.rajasekar/Apps/mcp-azure-devops/dist/index.js"],
      "env": {
        "AZURE_DEVOPS_ORG_URL": "your-org-url",
        "AZURE_DEVOPS_PAT": "your-pat-token"
      }
    }
  }
}

Usage in AWS Q

Once configured, use these commands in AWS Q chat:

  • Search repositories: "Search for any repository"
  • Get repository info: "Get repository info for any repo"
  • Get pipeline variables: "Get pipeline variables for MyProject"
  • Get variable groups: "Get variable groups for MyProject"

Available Tools

Repository Operations

  • search_repositories - Search for repositories across all projects with branch info and latest PROD/QA deployments
  • get_repository_info - Get repository URL, branches with latest check-in dates, and latest PROD/QA deployment information

Pipeline Variables

  • get_pipeline_variables - Get variables from build/release pipelines (supports filtering by pipeline name and type)
  • get_variable_groups - Get variable groups from a project (supports filtering by group name)

from github.com/getsomesh/mcp-azure-devops

Установка Azure DevOps Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/getsomesh/mcp-azure-devops

FAQ

Azure DevOps Server MCP бесплатный?

Да, Azure DevOps Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Azure DevOps Server?

Нет, Azure DevOps Server работает без API-ключей и переменных окружения.

Azure DevOps Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Azure DevOps Server в Claude Desktop, Claude Code или Cursor?

Открой Azure DevOps Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Azure DevOps Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development