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
- 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 -15516280TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, allowing users to query work items with plans to support creating/updating items, managing pipelines, handling pull requests, and administering sprints and branch policies.Last updated -971PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, providing capabilities for work item management, project management, and team collaboration through natural language.Last updated -21Python
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI agents to interact with Azure DevOps wikis, providing capabilities for content search, page management, and hierarchical structure navigation.Last updated -50TypeScript