Skip to main content
Glama
167,563 tools. Last updated 2026-06-02 23:49

"Understanding Git commands: pull, push, commit, and merge" matching MCP tools:

  • Sync project knowledge base data to its git backup directory, create a commit, and push to origin for off-machine redundancy after writes.
    Apache 2.0
  • Stage, commit, and push changes to a Git repository in one step. Specify repo path and commit message; optionally select files, branch, or create a new branch. Automatically sets upstream tracking.
    MIT
  • Scan git repository history to detect exposed secrets in commit messages, author information, branches, and deleted files for security auditing.
    MIT
  • Display the commit history graph for a git repository. Opens an interactive UI for visual exploration of branches and commits.
    MIT
  • Push additional changes to an existing feature branch or open pull request. Adds a new commit with file modifications and pushes it to keep the branch current.
    MIT
  • Push local commits to a remote repository to update branches and associated objects. Specify the directory containing the Git repository.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • USGS commodity benchmarks, attested field run logs, and mining/geologic district data for AI agents. Nine data endpoints gated by x402 ($0.10 USDC on Base). Tools: get_commodity_benchmark (gold, silver, copper, and 17 more critical minerals), get_ultrasound_run_data (on-chain EAS-attested gravity-separation field runs), district.history (MRDS-sourced deposit and assay history by country/state/district), and ask_sales_agent. No API keys — pay per call in USDC.

  • Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals.

  • Fetch and integrate changes from a remote repository or another branch into your current working directory using git pull. Specify the target directory to update.
    MIT
  • Manually trigger git synchronization for the Knowledge MCP Server datastore to backup changes, resolve sync issues, or ensure data persistence before major operations. Handles uncommitted changes and push failures effectively.
  • Merge an approved GitLab merge request after meeting prerequisites like approvals and CI passing. Supports options for squash commits, branch deletion, and auto-merge on pipeline success.
    Apache 2.0
  • Scan only files modified since a specified git ref. Returns findings for changed files, ideal for PR checks and incremental CI.
    Apache 2.0
  • Initialize git, create a GitHub repository, and push your project to GitHub after publishing to PyPI. Requires gh CLI installation and authentication.
    MIT
  • Fetch a Sentry issue and enrich its stack trace with git blame, showing per-frame commit attribution and top suspect commit.
    MIT
  • Execute safe git operations like status, log, checkout, pull, and diff within isolated build environments to manage version control without local dependencies.
    MIT
  • Generate conventional commit messages automatically from staged git changes. Analyzes git diffs and repository status to create properly formatted commits following conventional commit standards. Supports custom commit types and scopes.
    MIT