GitHub Integration MCP Server
GitHub 통합
GitHub MCP 서버는 풀 리퀘스트에서 차이점을 추출하는 기능을 제공합니다.
사용 가능한 도구
get_diff_pr
GitHub 풀 리퀘스트에서 diff 콘텐츠를 검색합니다.
매개변수 :
owner: 저장소 소유자/조직 이름repo: 저장소 이름pr_number: 풀 리퀘스트 번호
반환 : 다음을 포함하는 객체:
content: PR diff를 포함하는 문자열
Related MCP server: PR Review MCP Server
입증
필수 : GitHub 개인 액세스 토큰을 환경 변수로 설정합니다.
지엑스피1
비공개 저장소에 접근하려면 토큰에 최소한 repo 범위 권한이 필요합니다. 공개 저장소의 경우 public_repo 범위가 있는 토큰이면 충분합니다.
오류 처리
서버는 표준 오류 처리를 구현합니다.
누락되거나 잘못된 토큰은
ErrorCode.AuthenticationError반환합니다.잘못된 저장소 세부 정보로 인해
ErrorCode.InvalidParams반환됩니다.존재하지 않는 PR은
ErrorCode.NotFound반환합니다.실패한 diff 페치는 형식화된 오류 메시지를 반환합니다.
SIGINT에 대한 정상적인 종료
기술적 세부 사항
Highlight AI MCP SDK를 사용하여 구축됨
GitHub REST API v3를 사용합니다
Zod를 통한 입력 검증
stdio 기반 MCP 서버로 실행됩니다.
Node.js >=18.0.0 지원
제한 사항
GitHub API 제한 사항에 따라 속도 제한이 적용됩니다.
GitHub API 제한에 따라 큰 diff는 잘릴 수 있습니다.
토큰에는 적절한 저장소 액세스 권한이 필요합니다.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Scrape GitHub repository metadata, stars, forks, topics, licences and activity. Pay per row.
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Access the GitHub API, enabling file operations, repository management, search functionality, and…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceFetches GitHub pull request information including file changes, diffs, and metadata, then creates analysis summaries in Notion pages.1-
- AlicenseNot gradedqualityDmaintenanceConnects Claude to GitHub Pull Requests to fetch and filter code diffs for AI-assisted reviews. It enables listing open PRs and analyzing changes while automatically excluding binary and asset files to focus on relevant code.22MIT
- AlicenseAqualityDmaintenanceEnables querying GitHub repositories for pull requests, commits, and comparisons to understand code changes.515Apache 2.0
- FlicenseAqualityDmaintenanceEnables analysis of GitHub Pull Requests, including details, diff, file lists, and review tracking.3-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/highlight-ing/highlight-github-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server