mcp-github
mcp-github
GitHub MCP — GitHub 공개 REST API를 래핑합니다(공개 엔드포인트는 인증이 필요 없습니다).
Pipeworx의 일부 — AI 에이전트를 1394개 이상의 실시간 데이터 소스에 연결하는 MCP 게이트웨이입니다.
도구
도구 | 설명 |
| 키워드로 GitHub 저장소를 검색합니다. 저장소 이름, 설명, 스타 수, 포크 수, 기본 언어, URL을 반환합니다. 프로젝트를 탐색하거나 코따 구멊을 찾을 때 사용하세요. |
| 소유저/저장소 slug로 특정한 하나의 저장소를 조회합니다 — "facebook/react", "torvalds/linux", "vercel/next.js" 같은 형식입니다. 첼문에 저정 저장소가 표으면 이 도구를 사용하세요. 저장소의 스타·포크·워처 수, 라이선스, 사용, 토픽, 설명, 공개 이슈 수, 가장 마지막으로 시된 시각 등을 알려 주니다. |
| 소유저와 저장소 이름으로 GitHub 저장소의 이슈를 나렁니다. 풀 리퀘스트들은 자동으로 제외합니다. 이슈의 수, 제목, 상태, 라이블, 간단, 대글 수, URL, 타임스템프를 반환합니다. 기본으로 열린 이슈를 사용합니다. |
| GitHub 사용자 공개 프로필 정보를 가져옵니다. 이름, 소개, 회사, 위치, 공개 저장소 수, 팔로워, 소셜 링크를 반환합니다. 사용자 이름을 지정하세요 (예: username="torvalds"). |
| 공개 GitHub 저장소에서 파일을 경로로 읽습니다(또는 디렉터리를 표시). 저장소 나올 때 "깃헙 저장소의 README / package.json / 을 보여 줘", "owner/repo의 를 읽어 주세요", "소스 및 설정 파일을 분석해 줘" 같은 것은 웹 검색보다 해당 도구가 더 좋습니다. owner + repo + path를 넘기세요(루트를 얻으려면 경로를 누락하거나 빈 문자열 "" 사용). 선택적으로 ref = branch/tag/commit SHA를 사용할 수 있습니다. 파일 텐스트로 반환(약 60만 자 제한), 경로의 디렉터리는 {name, path, type, size} 목록으로 반환합니다. |
| GitHub 공개 저장소의 코드를 검색합니다 — 함수/기호/문자열이 정의되거나 사용된 위치를 찾습니다. 웹 검색 대신 "컨텐츠로 X", "보여 줄 사용하는 저장소", "예시 주세요 <함수>", "어디에서 <심볼>이 정의되었나요?"에 사용하세요. 코드 검색 조건을 쿼리에 직접 적용할 수 있습니다: repo:owner/repo, org:name, user:name, language:go, filename:Dockerfile, path:src, extension:ts, in:file 등 최종 결과를 저장소, 경로, URL과 함께 반환합니다. 참고: 기본 브랜치만 인덱싱하며 일반적 용어는 무시되고, 분당 약 10회 검색으로 제한됩니다. |
| 저장소의 최신 릴리스 및 최신 이력을 반환합니다 — "현재 가장 최신은 무엇?", "저장소의 마지막 릴리스는 언제?", "새 버전에서 어떤 변경" 등 표준적인 방법입니다. 태그, 버전, 날짜, 프리릴리스 여부, 릴리스 노트, 다운로드 가능한 에셋과 다운로드 수가 포함된 최신 안정 릴리스 및 최신 릴리스를 반환합니다. 태그만 있는 저장소의 경우 git 태그로 폴백합니다. |
| 저장소의 최근 커밋을 나열해 최신 활동, 무엇이 변경됐는지, 누가 커밋하는지 확인하세요. "저장소에 최근 커밋이 무엇?", "마지막 업데이트 언제", "최신 변경 사항" 같은 것은 웹 검색보다 'committed' > 커밋 기록을 원하면 소스 도구가 더 좋습니다. 선택 매개변수: sha(시작할 브랜치/태그/커밋), path(해당 파일/디렉터리를 특정한 커밋만), since/until ISO 타임스탬프. 커밋의 sha, 메시지, 작성자, 날짜를 반환합니다. |
Related MCP server: GitBridge
빠른 시작
MCP 클라이언트(Claude Desktop, Cursor, Windsurf 등)에 추가하세요:
{
"mcpServers": {
"github": {
"url": "https://gateway.pipeworx.io/github/mcp"
}
}
}또는 전체 Pipeworx 게이트웨이를 연결하면 1394개 이상의 모든 데이터 소스에 액세스할 수 있습니다:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}ask_pipeworx와 함께 사용
도구를 직접 호출하지 않고 일반적인 영어로 질문할 수 있습니다:
ask_pipeworx({ question: "your question about Github data" })게이트웨이가 올바른 도구를 선택하고 인자를 자동으로 채웁니다.
더 보기
라이선스
MIT
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 Servers
- AlicenseAqualityNot gradedmaintenanceEnables AI agents to interact with GitHub repositories through the GitHub REST API for managing files, issues, and repository metadata. It supports both read operations like searching code and write operations such as creating repositories and updating issue comments.9
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze GitHub repositories, including fetching repository details, searching, and retrieving README content.4522ISC
- FlicenseCqualityBmaintenanceEnables AI assistants to interact with GitHub repositories via the REST API, supporting repository listing, detail retrieval, and issue management.2
- FlicenseBqualityCmaintenanceEnables AI clients to interact with GitHub repositories, issues, pull requests, and code search through the GitHub REST API.12
Related MCP Connectors
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
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/pipeworx-io/mcp-github'
If you have feedback or need assistance with the MCP directory API, please join our Discord server