Azure DevOps MCP 서버
Azure DevOps와 통합을 제공하는 MCP(Model Context Protocol) 서버로, AI 어시스턴트가 Azure DevOps 작업 항목, 풀 리퀘스트 및 위키와 상호 작용할 수 있도록 합니다.
특징
- 작업 항목 관리(생성, 목록, 가져오기)
- 풀 리퀘스트 작업(생성, 목록, 가져오기, 주석, 차이점)
- 위키 페이지 관리(생성, 편집)
설정
- 종속성 설치:
지엑스피1
- 환경 변수 구성(.env 파일 생성):
- 서버를 빌드하세요:
설치
MCP 설정에 서버 구성을 추가합니다.
VSCode의 경우
macOS/Linux에서
~/.vscode/cline_mcp_settings.json
또는 Cursor/Roo에 다음을 추가합니다.
윈도우에서
%USERPROFILE%\.vscode\cline_mcp_settings.json
또는 Cursor/Roo에 다음을 추가합니다.
사용 가능한 도구
작업 항목
작업 항목 목록
프로젝트의 작업 항목을 나열합니다.
작업_항목_받기
특정 작업 항목에 대한 세부 정보를 얻으세요.
작업_항목_생성
새로운 작업 항목을 만듭니다.
풀 리퀘스트
리스트_풀_리퀘스트
저장소에 풀 리퀘스트를 나열합니다.
get_pull_request
특정 풀 리퀘스트의 세부 정보를 가져옵니다.
풀 요청 생성
새로운 풀 리퀘스트를 만듭니다.
풀 요청 주석 생성
풀 리퀘스트에 댓글을 추가합니다.
get_pull_request_diff
풀 리퀘스트에 대한 diff를 받으세요.
위키
위키페이지 만들기
새로운 위키 페이지를 만드세요.
위키페이지 편집
기존 위키 페이지를 편집합니다.
개발
환경 변수를 사용하여 개발 모드에서 실행:
메모
도구 인수에 명시적으로 지정하지 않는 한, project
및 repository
매개변수는 환경 구성의 기본값을 사용합니다.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
TypeScript 기반 MCP 서버로, 간단한 메모 시스템을 구현하여 사용자가 텍스트 메모를 만들고, 액세스하고, 요약을 생성할 수 있도록 해줍니다.
Related MCP Servers
- AsecurityFlicenseAqualityA simple TypeScript-based MCP server that implements a notes system, allowing users to create, list, and generate summaries of text notes via Claude.Last updated -1JavaScript
- -securityFlicense-qualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes through Claude Desktop.Last updated -JavaScript
- -securityFlicense-qualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -JavaScript
- AsecurityAlicenseAqualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes via URIs and tools.Last updated -124TypeScriptMIT License