A
securityA
licenseA
qualityMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.
Last updated -
17
22,573
65,360
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