Git MCP
by kjozsa
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GIT_REPOS_PATH | Yes | Path to the directory containing your Git repositories |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_last_git_tag | Find the last git tag in the repository Copy |
list_commits_since_last_tag | List commit messages since main HEAD and the last git tag Copy |
list_repositories | List all git repositories in the configured path Copy |
create_git_tag | Create a new git tag in the repository Copy |
push_git_tag | Push a git tag to the default remote Copy |
refresh_repository | Refresh repository by checking out main branch and pulling all remotes Copy |