Azure DevOps MCP(모델 컨텍스트 프로토콜)
이 프로젝트는 Azure DevOps와 통합된 모델 컨텍스트 프로토콜(MCP)의 참조 서버 구현 역할을 합니다. AI 어시스턴트가 Azure DevOps 리소스와 상호 작용하고 프로그래밍 방식으로 작업을 수행할 수 있도록 지원합니다.
특징
- 공식 Node.js SDK를 사용한 Azure DevOps 통합
- 모델 컨텍스트 프로토콜(MCP) 지원
- 프로젝트 관리 작업
- 작업 항목 관리
- 저장소 작업
- 코드 검색 기능
필수 조건
- Node.js(v18 이상 권장)
- 적절한 권한이 있는 Azure DevOps 계정
- Azure DevOps 개인 액세스 토큰(PAT)
설치
- 저장소를 복제합니다.
지엑스피1
- 종속성 설치:
- 환경 변수 구성:
.env.example``.env
로 복사합니다.- 필요한 환경 변수를 입력하세요.
커서에 추가
그런 다음 커서에 다음을 추가합니다.
http://localhost:3000/sse
경로를 사용해야 합니다. env.conf 파일에서 포트를 정의하여 포트를 변경할 수 있습니다.
환경 구성
다음 환경 변수는 .env
파일에서 구성해야 합니다.
AZURE_DEVOPS_ORG_URL
: Azure DevOps 조직 URLAZURE_DEVOPS_PAT
: Azure DevOps용 개인 액세스 토큰.env.example
에 지정된 추가 구성 변수
사용 가능한 스크립트
npm run build
- TypeScript 프로젝트 빌드npm run dev
- 핫 리로드를 사용하여 개발 모드에서 서버 실행npm start
- 프로덕션 서버 실행
특허
MIT
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
AI 어시스턴트가 Azure DevOps 리소스와 상호 작용하고 프로젝트 관리, 작업 항목 추적, 리포지토리 작업, 코드 검색 등의 작업을 프로그래밍 방식으로 수행할 수 있도록 하는 모델 컨텍스트 프로토콜에 대한 참조 서버 구현입니다.
Related MCP Servers
- AsecurityAlicenseAqualityThis 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 DevOpsLast updated -9636TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -15950257TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -56PythonApache 2.0
- -security-license-qualityA 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 -202TypeScript