GitHub PR MCP 서버
GitHub 풀 리퀘스트를 분석하기 위해 TypeScript로 구축된 MCP(Model Context Protocol) 서버입니다.
필수 조건
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 GitHub PR MCP 서버를 자동으로 설치하려면:
지엑스피1
수동 설치
저장소를 복제합니다.
git clone https://github.com/gourav221b/Github-PR-MCP-server.git프로젝트 디렉토리로 이동합니다.
cd Github-PR-MCP-server종속성 설치:
npm install프로젝트를 빌드하세요:
npm run buildMCP 클라이언트 구성에 경로를 추가합니다.
command: node args: path/to/build/index.js
프로젝트 구조
src/: TypeScript 소스 코드가 포함되어 있습니다.build/: 컴파일된 JavaScript 파일을 보관합니다.package.json: 프로젝트 종속성과 스크립트를 나열합니다.tsconfig.json: TypeScript 구성 파일.
스크립트
npm run build: TypeScript 파일을 JavaScript로 컴파일합니다.npm start: 컴파일된 JavaScript 서버를 실행합니다.
기여하다
기여를 환영합니다! 저장소를 포크하고 변경 사항을 담은 풀 리퀘스트를 생성해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
모델-컨트롤러-프레젠터 패턴을 사용하여 GitHub 풀 리퀘스트를 분석하는 TypeScript 서버입니다.
Related MCP Servers
- -security-license-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.Last updated -9
- -security-license-qualityA Model Context Protocol server that enables AI assistants to perform GitHub operations including repository management, file operations, issue tracking, and pull request creation.Last updated -1
- -security-license-qualityAn intelligent assistant for Pull Request analysis that integrates GitHub with Notion for automated review documentation through an MCP (Model-Controller-Provider) server architecture.Last updated -1
- -security-license-qualityModel Context Protocol server that enables interaction with GitHub repositories, issues, pull requests, and search functionality through natural language.Last updated -1