Git MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initB | Initialize a new Git repository |
| cloneC | Clone a repository |
| statusC | Get repository status |
| addC | Stage files |
| commitC | Create a commit |
| pushC | Push commits to remote |
| pullC | Pull changes from remote |
| branch_listC | List all branches |
| branch_createC | Create a new branch |
| branch_deleteC | Delete a branch |
| checkoutC | Switch branches or restore working tree files |
| tag_listC | List tags |
| tag_createC | Create a tag |
| tag_deleteC | Delete a tag |
| remote_listC | List remotes |
| remote_addC | Add a remote |
| remote_removeC | Remove a remote |
| stash_listC | List stashes |
| stash_saveC | Save changes to stash |
| stash_popC | Apply and remove a stash |
| bulk_actionA | Execute multiple Git operations in sequence. This is the preferred way to execute multiple operations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Sheshiyer/git-mcp-v2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server