A
securityF
licenseA
qualityMCP Server for the GitHub API, providing features for file operations, repository management, and advanced search, with automatic branch creation and comprehensive error handling.
Last updated -
18
1
4
TypeScript
표준화된 인터페이스를 통해 향상된 Git 작업을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 MCP 생태계와 통합되어 AI 비서에 Git 기능을 제공합니다.
지엑스피1
MCP 설정 파일에 다음을 추가합니다.
GIT_DEFAULT_PATH
: (선택 사항) Git 작업에 대한 기본 경로GITHUB_PERSONAL_ACCESS_TOKEN
: (선택 사항) GitHub 작업을 위한 GitHub 개인 액세스 토큰init
: 새로운 Git 저장소를 초기화합니다.clone
: 저장소를 복제합니다status
: 저장소 상태 가져오기add
: 스테이지 파일commit
: 커밋을 생성합니다push
: 원격지에 커밋을 푸시합니다.pull
: 원격에서 변경 사항을 가져옵니다.branch_list
: 모든 브랜치 나열branch_create
: 새로운 브랜치를 생성합니다branch_delete
: 브랜치 삭제checkout
: 브랜치 전환 또는 작업 트리 파일 복원tag_list
: 태그 목록tag_create
: 태그 생성tag_delete
: 태그 삭제remote_list
: 리모컨 목록remote_add
: 원격 추가remote_remove
: 리모컨 제거stash_list
: stash 목록stash_save
: stash에 변경 사항을 저장합니다.stash_pop
: 스태시를 적용하고 제거합니다.bulk_action
: 여러 Git 작업을 순서대로 실행합니다.MIT
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Git MCP 서버를 사용하면 AI 어시스턴트가 모델 컨텍스트 프로토콜을 통해 향상된 Git 작업을 수행하여 핵심 Git 기능, 브랜치 및 태그 관리, GitHub 통합 등을 지원할 수 있습니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sheshiyer/git-mcp-v2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server