Skip to main content
Glama
518,506 tools. Updated 2026-09-06 05:44

"Git" matching MCP tools:

  • Run version-control commands with tiered permissions: read always executes, write/destructive/network actions require approval and confirmation, and a cross-session guard prevents unsafe repository changes.
    MIT
  • Execute safe git operations like status, log, checkout, pull, and diff within isolated build environments to manage version control without local dependencies.
    MIT
  • Run version control commands on local repositories to inspect status, review history, and commit changes. Accepts standard arguments for custom operations.
    MIT
  • Execute version control operations including status, log, diff, branch, add, commit, push, pull, and checkout, passing all arguments directly through to the underlying command.
    MIT
  • Execute Git commands to manage version control, track changes, and collaborate on code repositories within development workflows.
    MIT
  • Compare Git changes between HEAD and an ancestor branch or commit to analyze code modifications for review or documentation.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    A deterministic MCP server that reimplements ai-git-fish workflows (aicommit, aibranch, aipr) with Leantime integration, enabling Claude Code and Codex to perform git operations and manage tickets without an internal LLM.
    9
    -
  • A
    license
    B
    quality
    D
    maintenance
    Enables Git repository interaction and automation via LLMs, providing tools to read, search, and manipulate Git repositories.
    15
    162
    MIT

Matching MCP Connectors

  • Create a GitHub coding assignment end-to-end: build solution and tests, verify 100% pass, ship starter code, register in org-hub, then create the Canvas assignment page.
    MIT
  • Reset Git repository state to undo changes, move HEAD to specific commits, or restore branches using soft, mixed, or hard reset operations with safety controls for destructive actions.
    -
  • Read, search, list, and backup files from Git repositories without modifying content. Supports local and remote repositories including GitHub and Gitea for secure file management operations.
    -
  • Manage Git branch lifecycle with create, list, delete, merge, and compare operations. Includes safety warnings for destructive actions like branch deletion to protect commit history.
    -
  • Set up a new Git repository in a specified directory. Initialize version control for a project.
    ISC
  • Compare differences between commits, branches, or the working directory by specifying a target reference and optional directory.
    ISC
  • Create, list, delete, or show details of Git tags to manage release versions and milestones.
    ISC
  • Manage Git repositories locally and remotely with operations including init, commit, sync, backup, and repository management for GitHub and Gitea platforms.
    -
  • Manage Git releases by creating, listing, updating, deleting, publishing, and downloading releases with support for tags, release notes, assets, and GitHub/Gitea providers.
    -
  • Check the current git status of a repository to view changes, staged files, and branch information. Specify a directory path to analyze any git project.
    -