Skip to main content
Glama

Azure DevOps MCP Server

Azure DevOps MCP(모델 컨텍스트 프로토콜)

이 프로젝트는 Azure DevOps와 통합된 모델 컨텍스트 프로토콜(MCP)의 참조 서버 구현 역할을 합니다. AI 어시스턴트가 Azure DevOps 리소스와 상호 작용하고 프로그래밍 방식으로 작업을 수행할 수 있도록 지원합니다.

특징

  • 공식 Node.js SDK를 사용한 Azure DevOps 통합
  • 모델 컨텍스트 프로토콜(MCP) 지원
  • 프로젝트 관리 작업
  • 작업 항목 관리
  • 저장소 작업
  • 코드 검색 기능

필수 조건

  • Node.js(v18 이상 권장)
  • 적절한 권한이 있는 Azure DevOps 계정
  • Azure DevOps 개인 액세스 토큰(PAT)

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. 종속성 설치:
npm install
  1. 환경 변수 구성:
    • .env.example``.env 로 복사합니다.
    • 필요한 환경 변수를 입력하세요.
cp .env.example .env

커서에 추가

npm start

그런 다음 커서에 다음을 추가합니다.

http://localhost:3000/sse 경로를 사용해야 합니다. env.conf 파일에서 포트를 정의하여 포트를 변경할 수 있습니다.

커서에 추가

환경 구성

다음 환경 변수는 .env 파일에서 구성해야 합니다.

  • AZURE_DEVOPS_ORG_URL : Azure DevOps 조직 URL
  • AZURE_DEVOPS_PAT : Azure DevOps용 개인 액세스 토큰
  • .env.example 에 지정된 추가 구성 변수

사용 가능한 스크립트

  • npm run build - TypeScript 프로젝트 빌드
  • npm run dev - 핫 리로드를 사용하여 개발 모드에서 서버 실행
  • npm start - 프로덕션 서버 실행

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI 어시스턴트가 Azure DevOps 리소스와 상호 작용하고 프로젝트 관리, 작업 항목 추적, 리포지토리 작업, 코드 검색 등의 작업을 프로그래밍 방식으로 수행할 수 있도록 하는 모델 컨텍스트 프로토콜에 대한 참조 서버 구현입니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. 커서에 추가
          1. 환경 구성
            1. 사용 가능한 스크립트
              1. 특허

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  This server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOps
                  Last updated -
                  96
                  36
                  TypeScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that enables AI assistants to interact with Azure DevOps resources including projects, work items, repositories, pull requests, branches, and pipelines through a standardized protocol.
                  Last updated -
                  15
                  950
                  257
                  TypeScript
                  MIT License
                  • Linux
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.
                  Last updated -
                  5
                  6
                  Python
                  Apache 2.0
                • -
                  security
                  -
                  license
                  -
                  quality
                  A Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.
                  Last updated -
                  20
                  2
                  TypeScript

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevinmeyvaert/azure-devops-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server