A
securityA
licenseA
qualityMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.
Last updated -
17
22,573
66,283
MIT License
A Model Context Protocol (MCP) server that provides enhanced Git operations through a standardized interface. This server integrates with the MCP ecosystem to provide Git functionality to AI assistants.
Add to your MCP settings file:
GIT_DEFAULT_PATH
: (Optional) Default path for Git operationsGITHUB_PERSONAL_ACCESS_TOKEN
: (Optional) GitHub Personal Access Token for GitHub operationsinit
: Initialize a new Git repositoryclone
: Clone a repositorystatus
: Get repository statusadd
: Stage filescommit
: Create a commitpush
: Push commits to remotepull
: Pull changes from remotebranch_list
: List all branchesbranch_create
: Create a new branchbranch_delete
: Delete a branchcheckout
: Switch branches or restore working tree filestag_list
: List tagstag_create
: Create a tagtag_delete
: Delete a tagremote_list
: List remotesremote_add
: Add a remoteremote_remove
: Remove a remotestash_list
: List stashesstash_save
: Save changes to stashstash_pop
: Apply and remove a stashbulk_action
: Execute multiple Git operations in sequenceMIT
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