Git MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |